浏览代码

62 deprecated/removed prefs

Thorin-Oakenpants 6 年之前
父节点
当前提交
c805dd8b3b
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      user.js

+ 5 - 1
user.js

@@ -956,7 +956,6 @@ user_pref("plugin.sessionPermissionNow.intervalInMinutes", 0);
  * [NOTE] You can still over-ride individual sites e.g. youtube via site permissions
  * [1] https://www.ghacks.net/2013/07/09/how-to-make-sure-that-a-firefox-plugin-never-activates-again/ ***/
 user_pref("plugin.state.flash", 0);
-user_pref("plugin.state.java", 0);
 /* 1805: disable scanning for plugins [WINDOWS]
  * [1] http://kb.mozillazine.org/Plugin_scanning
  * plid.all = whether to scan the directories specified in the Windows registry for PLIDs.
@@ -2108,6 +2107,11 @@ user_pref("network.jar.block-remote-files", true);
    // [-] https://bugzilla.mozilla.org/1427726
 user_pref("network.jar.open-unsafe-types", false);
 // * * * /
+// FF62
+// 1803: disable Java plugin
+   // [-] (part5) https://bugzilla.mozilla.org/1461243
+user_pref("plugin.state.java", 0);
+// * * * /
 // ***/
 
 /* END: internal custom pref to test for syntax errors ***/