Update 'user.js'
This commit is contained in:
parent
919f3e7397
commit
ab4d1078cd
3
user.js
3
user.js
|
@ -495,9 +495,6 @@ user_pref("privacy.donottrackheader.enabled", false);
|
||||||
// Set default plugin state (i.e. new plugins on discovery) to never activate
|
// Set default plugin state (i.e. new plugins on discovery) to never activate
|
||||||
user_pref("plugin.default.state", 0);
|
user_pref("plugin.default.state", 0);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable widevine CDM (Content Decryption Module)
|
|
||||||
user_pref("media.gmp-manager.url", "");
|
|
||||||
// -------------------------------------
|
|
||||||
// Enable click to play and set to 0 minutes
|
// Enable click to play and set to 0 minutes
|
||||||
user_pref("plugins.click_to_play", true);
|
user_pref("plugins.click_to_play", true);
|
||||||
user_pref("plugin.sessionPermissionNow.intervalInMinutes", 0);
|
user_pref("plugin.sessionPermissionNow.intervalInMinutes", 0);
|
||||||
|
|
Loading…
Reference in New Issue