mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix argument value to boolean
Related feedback:
- a0a9497b4a (r62465396)
This commit is contained in:
parent
d66cd1116c
commit
348ca49494
1 changed files with 1 additions and 1 deletions
|
|
@ -1146,7 +1146,7 @@ const webRequest = {
|
|||
{ urls: [ 'http://*/*', 'https://*/*' ] },
|
||||
[ 'blocking', 'responseHeaders' ]
|
||||
);
|
||||
vAPI.net.unsuspend({ force: true });
|
||||
vAPI.net.unsuspend(true);
|
||||
// Mitigation: force-reload active tabs for environments not
|
||||
// supporting suspended network request listeners.
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue