Skip to content

Commit

Permalink
1802: remove intervalInMinues
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Thorin-Oakenpants authored Sep 1, 2019
1 parent b47982b commit 810045e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 810045e

Please sign in to comment.