diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-04 09:09:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 09:09:10 +0200 |
commit | 52ca144ff3c40f553c638c288b0b6b03144f1a49 (patch) | |
tree | 7b786de2b175122814a53232268b1147a8bd0bfb /modules | |
parent | 693bd69e49ff9f2e2d6f7057cb570aa488aca4db (diff) | |
parent | 42fdbd25874a9d590513a6873411bc10d2cf80fe (diff) | |
download | uxp-52ca144ff3c40f553c638c288b0b6b03144f1a49.tar.gz |
Merge pull request #323 from MoonchildProductions/nuke-sandbox
Nuke sandbox
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index bf7626391b..88a9af2da8 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5432,13 +5432,6 @@ pref("narrate.voice", " { \"default\": \"automatic\" }"); // Only make voices that match content language available. pref("narrate.filter-voices", true); -#if defined(XP_LINUX) && defined(MOZ_GMP_SANDBOX) -// Whether to allow, on a Linux system that doesn't support the necessary sandboxing -// features, loading Gecko Media Plugins unsandboxed. However, EME CDMs will not be -// loaded without sandboxing even if this pref is changed. -pref("media.gmp.insecure.allow", false); -#endif - pref("dom.audiochannel.mutedByDefault", false); // Enable <details> and <summary> tags. |