Bug 858780 - Turn on CSP 1.0 spec compliant flag in Android settings. r=mfinkle

This commit is contained in:
Garrett Robinson 2013-06-25 20:08:58 -04:00
parent 6478173231
commit a7b79dfafa

View File

@ -751,3 +751,6 @@ pref("dom.payment.provider.0.requestMethod", "GET");
// Make <audio> and <video> talk to the AudioChannelService.
pref("media.useAudioChannelService", true);
// Turn on the CSP 1.0 parser for Content Security Policy headers
pref("security.csp.speccompliant", true);