From 45d531167c417156222746d0286b275adde10416 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Tue, 6 May 2014 16:17:36 -0400 Subject: [PATCH] Backed out changeset 7b05ebf0a2d5 (bug 858787) for making bug 970728 nearly perma-fail. --- b2g/app/b2g.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index 3cffc0f9daf..507cf4d1e4b 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -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