Browse Source

disable plugins update notify

Former-commit-id: 5417400700
pull/43/head
R4SAS 7 years ago
parent
commit
c5862b35d3
  1. 5
      linux/build/preferences/syspref.js
  2. 5
      windows/build/preferences/syspref.js

5
linux/build/preferences/syspref.js

@ -258,7 +258,8 @@ pref("plugin.state.java", 0);
pref("plugin.state.libgnome-shell-browser-plugin", 0); pref("plugin.state.libgnome-shell-browser-plugin", 0);
pref("plugins.click_to_play", true); pref("plugins.click_to_play", true);
pref("plugins.load_appdir_plugins", false); pref("plugins.load_appdir_plugins", false);
pref("plugins.update.notifyUser", true); pref("plugins.update.notifyUser", false);
pref("plugins.update.url", "");
// PREF: Clear history when Firefox closes // PREF: Clear history when Firefox closes
// pref("privacy.sanitize.sanitizeOnShutdown", true); // pref("privacy.sanitize.sanitizeOnShutdown", true);
// pref("privacy.clearOnShutdown.cache", true); // pref("privacy.clearOnShutdown.cache", true);
@ -319,4 +320,4 @@ pref("webgl.disabled", true);
pref("webgl.disable-extensions", true); pref("webgl.disable-extensions", true);
pref("webgl.disable-fail-if-major-performance-caveat", true); pref("webgl.disable-fail-if-major-performance-caveat", true);
pref("webgl.enable-debug-renderer-info", false); pref("webgl.enable-debug-renderer-info", false);
pref("webgl.min_capability_mode", true); pref("webgl.min_capability_mode", true);

5
windows/build/preferences/syspref.js

@ -258,7 +258,8 @@ pref("plugin.state.java", 0);
pref("plugin.state.libgnome-shell-browser-plugin", 0); pref("plugin.state.libgnome-shell-browser-plugin", 0);
pref("plugins.click_to_play", true); pref("plugins.click_to_play", true);
pref("plugins.load_appdir_plugins", false); pref("plugins.load_appdir_plugins", false);
pref("plugins.update.notifyUser", true); pref("plugins.update.notifyUser", false);
pref("plugins.update.url", "");
// PREF: Clear history when Firefox closes // PREF: Clear history when Firefox closes
// pref("privacy.sanitize.sanitizeOnShutdown", true); // pref("privacy.sanitize.sanitizeOnShutdown", true);
// pref("privacy.clearOnShutdown.cache", true); // pref("privacy.clearOnShutdown.cache", true);
@ -319,4 +320,4 @@ pref("webgl.disabled", true);
pref("webgl.disable-extensions", true); pref("webgl.disable-extensions", true);
pref("webgl.disable-fail-if-major-performance-caveat", true); pref("webgl.disable-fail-if-major-performance-caveat", true);
pref("webgl.enable-debug-renderer-info", false); pref("webgl.enable-debug-renderer-info", false);
pref("webgl.min_capability_mode", true); pref("webgl.min_capability_mode", true);

Loading…
Cancel
Save