Skip to content
Snippets Groups Projects
Commit 177b8481 authored by Paul Zuehlcke's avatar Paul Zuehlcke
Browse files

Bug 1790100 - Only initialize CookieBanner window actors for http/s scheme. r=timhuang

Depends on D157676

Differential Revision: https://phabricator.services.mozilla.com/D158078
parent 06a19eb6
No related branches found
No related tags found
No related merge requests found
......@@ -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",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment