mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
# is allowed with fix to #405
This commit is contained in:
parent
22fe58e59a
commit
084a1ef8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ var messager = vAPI.messaging.channel('whitelist.js');
|
||||||
var cachedWhitelist = '';
|
var cachedWhitelist = '';
|
||||||
|
|
||||||
// Could make it more fancy if needed. But speed... It's a compromise.
|
// Could make it more fancy if needed. But speed... It's a compromise.
|
||||||
var reUnwantedChars = /[\x00-\x09\x0b\x0c\x0e-\x1f!"#$'()<>{}|\\^\[\]`~]/;
|
var reUnwantedChars = /[\x00-\x09\x0b\x0c\x0e-\x1f!"$'()<>{}|\\^\[\]`~]/;
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue