We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7344b14 commit fdb0441Copy full SHA for fdb0441
2 files changed
webextensions/chrome/background.js
@@ -309,7 +309,7 @@ const Redirector = {
309
}
310
311
for (const [browser, matcher] of Object.entries(config.HostNamePatternsMatchers)) {
312
- if (matcher.test(url)) {
+ if (matcher.test(host)) {
313
console.log(`* Match with '${matcher.source}' (browser=${browser})`);
314
return browser;
315
webextensions/edge/background.js
0 commit comments