mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fix regression introduced in 2f63fb3fd4
Related feedback:
- 2f63fb3fd4 (commitcomment-34222571)
This commit is contained in:
parent
93ab568baf
commit
fee217c59c
@ -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) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user