mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 858780 - Turn on CSP 1.0 spec compliant flag in Android settings. r=mfinkle
This commit is contained in:
parent
6478173231
commit
a7b79dfafa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user