mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 06:44:51 -04:00
browser.contentblocking.enabled
only existed for FF63+64, default true anyway
This commit is contained in:
parent
d9a87b3ac4
commit
5dc3ea66cd
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/***
|
/***
|
||||||
This will reset the preferences that have been removed completely from the ghacks user.js.
|
This will reset the preferences that have been removed completely from the ghacks user.js.
|
||||||
|
|
||||||
Last updated: 12-Dec-2018
|
Last updated: 30-Jan-2019
|
||||||
|
|
||||||
For instructions see:
|
For instructions see:
|
||||||
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
|
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
|
||||||
|
@ -117,6 +117,8 @@
|
||||||
'media.peerconnection.use_document_iceservers',
|
'media.peerconnection.use_document_iceservers',
|
||||||
'media.peerconnection.video.enabled',
|
'media.peerconnection.video.enabled',
|
||||||
'media.navigator.video.enabled',
|
'media.navigator.video.enabled',
|
||||||
|
/* 65-beta */
|
||||||
|
'browser.contentblocking.enabled',
|
||||||
/* reset parrot: check your open about:config after running the script */
|
/* reset parrot: check your open about:config after running the script */
|
||||||
'_user.js.parrot'
|
'_user.js.parrot'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue