diff options
Diffstat (limited to 'system/platform-prefs.js')
-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) |