зеркало из https://github.com/mozilla/gecko-dev.git
Bug 95735 - Block 2 additional DOM properties in MailNews to avoid message eavesdropping using DOM 2 APIs. Patch by jst. r=mstoltz, sr=heikki
This commit is contained in:
Родитель
752bca3b4a
Коммит
1279efefd0
|
@ -336,7 +336,9 @@ pref("capability.policy.mailnews.*.attributes.get", "noAccess");
|
|||
pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
|
||||
pref("capability.policy.mailnews.*.data.get", "noAccess");
|
||||
pref("capability.policy.mailnews.*.getAttribute", "noAccess");
|
||||
pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
|
||||
pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
|
||||
pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
|
||||
pref("capability.policy.mailnews.*.host.get", "noAccess");
|
||||
pref("capability.policy.mailnews.*.hostname.get", "noAccess");
|
||||
pref("capability.policy.mailnews.*.href.get", "noAccess");
|
||||
|
|
Загрузка…
Ссылка в новой задаче