mirror of https://github.com/gorhill/uBlock.git
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 skipToEnd(stream, 'error');
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
// URL rule
|
// URL rule
|
||||||
if ( /[^a-z_-]+/.test(token) || invalidURLRuleTypes.has(token) ) {
|
if ( /[^a-z_-]+/.test(token) || invalidURLRuleTypes.has(token) ) {
|
||||||
|
|
Loading…
Reference in New Issue