We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347763c commit ae0e797Copy full SHA for ae0e797
src/WebViewShared.tsx
@@ -45,7 +45,7 @@ const _passesWhitelist = (
45
const { href, origin } = new URL(url)
46
47
if (origin && origin !== 'null') {
48
- return matchWithRegexList(compiledWhitelist, origin);
+ return matchWithRegexList(compiledWhitelist, origin)
49
}
50
51
return matchWithRegexList(compiledWhitelist, href)
0 commit comments