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 fcb16ee commit cd68b60Copy full SHA for cd68b60
webextensions/background/uriMatcher.js
@@ -48,7 +48,7 @@ var URIMatcher = {
48
continue;
49
}
50
51
- let maybeURIs = Array.from(match, 0).map(aMaybeURI => this.sanitizeURIString(aMaybeURI));
+ let maybeURIs = Array.from(match).map(aMaybeURI => this.sanitizeURIString(aMaybeURI));
52
range.maybeURIs = [];
53
for (let maybeURI of maybeURIs) {
54
let uri = this.fixupURI(maybeURI, aParams.baseURI);
0 commit comments