diff --git a/ext/src/lib/matchPattern.ts b/ext/src/lib/matchPattern.ts index 8437f87..47eeefe 100644 --- a/ext/src/lib/matchPattern.ts +++ b/ext/src/lib/matchPattern.ts @@ -93,7 +93,7 @@ export class RemoteMatchPattern { } // If pattern host is not a wildcard - if (!this.matchesDomain(url.host)) { + if (!this.matchesDomain(url.hostname)) { return false; }