File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2003,7 +2003,7 @@ const FilterParser = class {
2003
2003
this . reIsolateHostname = / ^ ( \* ? \. ) ? ( [ ^ \x00 - \x24 \x26 - \x2C \x2F \x3A - \x5E \x60 \x7B - \x7F ] + ) ( .* ) / ;
2004
2004
this . reHasUnicode = / [ ^ \x00 - \x7F ] / ;
2005
2005
this . reWebsocketAny = / ^ w s [ s * ] ? (?: : \/ ? \/ ? ) ? \* ? $ / ;
2006
- this . reBadCSP = / \b r e p o r t - (?: t o | u r i ) \b / ;
2006
+ this . reBadCSP = / (?: = | ; ) \s * r e p o r t - (?: t o | u r i ) \b / ;
2007
2007
this . reGoodToken = / [ % 0 - 9 a - z ] { 1 , } / g;
2008
2008
this . reSeparator = / [ \/ ^ ] / ;
2009
2009
this . reRegexToken = / [ % 0 - 9 A - Z a - z ] { 2 , } / g;
@@ -2272,7 +2272,7 @@ const FilterParser = class {
2272
2272
continue ;
2273
2273
}
2274
2274
// Used by Adguard:
2275
- // https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters?aid=16593 #empty-modifier
2275
+ // https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#empty-modifier
2276
2276
if ( opt === 'empty' || opt === 'mp4' ) {
2277
2277
if ( this . redirect !== 0 ) {
2278
2278
this . unsupported = true ;
You can’t perform that action at this time.
0 commit comments