1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00

Fix argument value to boolean

Related feedback:
- a0a9497b4a (r62465396)
This commit is contained in:
Raymond Hill 2021-12-25 07:55:30 -05:00
parent d66cd1116c
commit 348ca49494
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 (