user.js

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

commit 810045eb391705420baf45b4e4ba3f177be07f6b
parent b47982bb9a62d918b679bca1a902e6523f7f832a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun,  1 Sep 2019 21:03:53 +0000

1802: remove intervalInMinues

with `plugins.click_to_play` deprecated in FF69, no-one here is sure if `intervalInMinutes` still applies to Flash or even works, and no-one here cares about Flash. Happy to let Mozilla just keep restricting it more and more until it's deprecated in early 2020. Note: we already disable flash anyway in pref 1803.
Diffstat:
Muser.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -874,9 +874,8 @@ user_pref("privacy.userContext.longPressBehavior", 2); /*** [SECTION 1800]: PLUGINS ***/ user_pref("_user.js.parrot", "1800 syntax error: the parrot's pushing up daisies!"); -/* 1802: enable click to play and set to 0 minutes ***/ +/* 1802: enable click to play ***/ user_pref("plugins.click_to_play", true); -user_pref("plugin.sessionPermissionNow.intervalInMinutes", 0); /* 1803: disable Flash plugin * 0=deactivated, 1=ask, 2=enabled * ESR52.x is the last branch to *fully* support NPAPI, FF52+ stable only supports Flash