Backed out changeset 7b05ebf0a2d5 (bug 858787) for making bug 970728 nearly perma-fail.

This commit is contained in:
Ryan VanderMeulen 2014-05-06 16:17:36 -04:00
parent 62dcffa375
commit 45d531167c

View File

@ -391,9 +391,6 @@ pref("content.ime.strict_policy", true);
// $ adb shell start
pref("browser.dom.window.dump.enabled", false);
// Turn on the CSP 1.0 parser for Content Security Policy headers
pref("security.csp.speccompliant", true);
// Default Content Security Policy to apply to privileged and certified apps
pref("security.apps.privileged.CSP.default", "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'");
// If you change this CSP, make sure to update the fast path in nsCSPService.cpp