mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Bug 1790100 - Only initialize CookieBanner window actors for http/s scheme. r=timhuang
Depends on D157676 Differential Revision: https://phabricator.services.mozilla.com/D158078
This commit is contained in:
parent
06a19eb62b
commit
177b8481f7
@ -213,7 +213,9 @@ let JSWINDOWACTORS = {
|
||||
DOMContentLoaded: {},
|
||||
},
|
||||
},
|
||||
|
||||
// We only handle cookie banners for HTTP/S scheme. Avoid initializing
|
||||
// actors for other schemes.
|
||||
matches: ["https://*/*", "http://*/*"],
|
||||
allFrames: true,
|
||||
enablePreference: "cookiebanners.bannerClicking.enabled",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user