mirror of https://github.com/gorhill/uBlock.git
Limit force-reload at launch to https-based pages
Related commit:
- a0a9497b4a
This commit is contained in:
parent
7ca2c8a9a7
commit
47680c775d
|
@ -1155,6 +1155,7 @@ const webRequest = {
|
||||||
) {
|
) {
|
||||||
const tabs = await vAPI.tabs.query({
|
const tabs = await vAPI.tabs.query({
|
||||||
active: true,
|
active: true,
|
||||||
|
url: [ 'https://*/*', 'http://*/*' ],
|
||||||
windowType: 'normal',
|
windowType: 'normal',
|
||||||
});
|
});
|
||||||
for ( const tab of tabs ) {
|
for ( const tab of tabs ) {
|
||||||
|
|
Loading…
Reference in New Issue