mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix logging of broad exception filter #@#+js()
Related feedback: https://github.com/uBlockOrigin/uBlock-discussions/discussions/843 Regression from: https://github.com/gorhill/uBlock/commit/1a863a877d
This commit is contained in:
parent
a3e3cd9216
commit
4305ea9c0c
1 changed files with 1 additions and 5 deletions
|
|
@ -409,11 +409,7 @@ scriptletFilteringEngine.retrieve = function(request) {
|
|||
|
||||
// Wholly disable scriptlet injection?
|
||||
if ( $exceptions.has('[]') ) {
|
||||
return {
|
||||
filters: [
|
||||
{ tabId: request.tabId, url: request.url, filter: '#@#+js()' }
|
||||
]
|
||||
};
|
||||
return { filters: '#@#+js()' };
|
||||
}
|
||||
|
||||
for ( const token of $exceptions ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue