user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9e342deaf2c458e73b36bad9a48b224c294fd971
parent 109d4cf916027d663f6367c5cb6b6472812909e0
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Wed,  5 Sep 2018 16:59:04 +0000

update 1803 after Java removal (#494)


Diffstat:
Muser.js | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -949,11 +949,10 @@ user_pref("plugin.defaultXpi.state", 0); /* 1802: enable click to play and set to 0 minutes ***/ user_pref("plugins.click_to_play", true); user_pref("plugin.sessionPermissionNow.intervalInMinutes", 0); -/* 1803: disable NPAPI plugins (Add-ons>Plugins) +/* 1803: disable Flash plugin (Add-ons>Plugins) * 0=deactivated, 1=ask, 2=enabled * ESR52.x is the last branch to *fully* support NPAPI, FF52+ stable only supports Flash - * [NOTE] ESR52 users should check plugin.state* for other installed NPAPI plugins - * [NOTE] You can still over-ride individual sites e.g. youtube via site permissions + * [NOTE] You can still override individual sites 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); /* 1805: disable scanning for plugins [WINDOWS]