mirror of https://github.com/gorhill/uBlock.git
# is allowed with fix to #405
This commit is contained in:
parent
22fe58e59a
commit
084a1ef8d0
|
@ -36,7 +36,7 @@ var messager = vAPI.messaging.channel('whitelist.js');
|
|||
var cachedWhitelist = '';
|
||||
|
||||
// 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 New Issue