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 54cf7f3 commit b223e94Copy full SHA for b223e94
src/rules/matchers.ts
@@ -276,7 +276,7 @@ export class RegexUrlMatcher extends Serializable implements RequestMatcher {
276
const absoluteUrl = normalizeUrl(request.url);
277
const urlPath = getPathFromAbsoluteUrl(absoluteUrl);
278
279
- // Test the matcher against both the path alone & the full URL
+ // Test the matcher against the full URL
280
const urlMatcher = new RegExp(this.regexSource, this.regexFlags);
281
return urlMatcher.test(absoluteUrl);
282
}
0 commit comments