1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00
Raymond Hill 2019-03-05 12:42:59 -05:00
parent 000215663e
commit 67d143ec4e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -753,7 +753,7 @@
if ( anchorLen > 4 ) { return false; } if ( anchorLen > 4 ) { return false; }
if ( if (
anchorLen > 1 && anchorLen > 1 &&
/^@?(?:\$\??|%|\?)$/.test(raw.slice(lpos + 1, rpos)) === false /^@?(?:\$\??|%|\?)?$/.test(raw.slice(lpos + 1, rpos)) === false
) { ) {
return false; return false;
} }