mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Limit force-reload at launch to https-based pages
Related commit:
- a0a9497b4a
This commit is contained in:
parent
7ca2c8a9a7
commit
47680c775d
1 changed files with 1 additions and 0 deletions
|
|
@ -1155,6 +1155,7 @@ const webRequest = {
|
|||
) {
|
||||
const tabs = await vAPI.tabs.query({
|
||||
active: true,
|
||||
url: [ 'https://*/*', 'http://*/*' ],
|
||||
windowType: 'normal',
|
||||
});
|
||||
for ( const tab of tabs ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue