1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Fix regression introduced in 2f63fb3fd4

Related feedback:
- 2f63fb3fd4 (commitcomment-34222571)
This commit is contained in:
Raymond Hill 2019-07-08 12:33:11 -04:00
parent 93ab568baf
commit fee217c59c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -129,6 +129,7 @@ CodeMirror.defineMode('ubo-dynamic-filtering', ( ) => {
) {
return skipToEnd(stream, 'error');
}
return null;
}
// URL rule
if ( /[^a-z_-]+/.test(token) || invalidURLRuleTypes.has(token) ) {