mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
disable plugins update notify
Former-commit-id: 5417400700abdf306c4ef3eefa47df86857920ef
This commit is contained in:
parent
39c619f966
commit
c5862b35d3
2 changed files with 6 additions and 4 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue