diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-05-07 15:42:27 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-05-07 15:42:27 -0500 |
commit | a7c286677036445e571c914e3b94e16747904835 (patch) | |
tree | 068467c0a831c41d70e96bdbbb8f58a567be28c3 /system | |
parent | fa416e2a2d3829f7bffda9eb6a33410fa97923f8 (diff) | |
download | aura-central-a7c286677036445e571c914e3b94e16747904835.tar.gz |
Issue #20 - Globally disable plugins by default
Diffstat (limited to 'system')
-rw-r--r-- | system/platform-prefs.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/platform-prefs.js b/system/platform-prefs.js index 934796ee6..327ef332b 100644 --- a/system/platform-prefs.js +++ b/system/platform-prefs.js @@ -3201,6 +3201,9 @@ pref("layout.word_select.eat_space_to_next_word", true); // scrollbar snapping region pref("slider.snapMultiplier", 6); +// Globally disable plugins +pref("plugin.disable", true); + // print_extra_margin enables platforms to specify an extra gap or margin // around the content of the page for Print Preview only pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch) |