mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
Selection listeners and extra privileges go hand in hand. Bug 336830,
r=dveditz, sr=shaver
This commit is contained in:
parent
6e7e8da8e6
commit
6ccdcef971
@ -291,6 +291,9 @@ pref("capability.policy.default.Window.self.get", "allAccess");
|
||||
pref("capability.policy.default.Window.top.get", "allAccess");
|
||||
pref("capability.policy.default.Window.window.get", "allAccess");
|
||||
|
||||
pref("capability.policy.default.Selection.addSelectionListener", "UniversalXPConnect");
|
||||
pref("capability.policy.default.Selection.removeSelectionListener", "UniversalXPConnect");
|
||||
|
||||
// Restrictions on the DOM for mail/news - see bugs 66938 and 84545
|
||||
pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user