Bug 842657 - Flip the pref to enable the CSP 1.0 parser for Firefox (r=jst)

This commit is contained in:
Ian Melven 2013-05-16 08:06:43 -07:00
Родитель 247127753d
Коммит 965dd9e1f0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1230,6 +1230,9 @@ pref("social.toast-notifications.enabled", true);
pref("dom.identity.enabled", false);
// Turn on the CSP 1.0 parser for Content Security Policy headers
pref("security.csp.speccompliant", true);
// Block insecure active content on https pages
pref("security.mixed_content.block_active_content", true);