mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
media.peerconnection*
covered by user_pref("media.peerconnection.enabled", false);
This commit is contained in:
parent
3916e38681
commit
d97d0ec0f5
@ -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: 11-Dec-2018
|
Last updated: 12-Dec-2018
|
||||||
|
|
||||||
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]
|
||||||
@ -110,6 +110,12 @@
|
|||||||
'browser.eme.ui.enabled',
|
'browser.eme.ui.enabled',
|
||||||
'browser.sessionstore.max_windows_undo',
|
'browser.sessionstore.max_windows_undo',
|
||||||
'network.auth.subresource-img-cross-origin-http-auth-allow',
|
'network.auth.subresource-img-cross-origin-http-auth-allow',
|
||||||
|
'media.peerconnection.ice.tcp',
|
||||||
|
'media.peerconnection.identity.enabled',
|
||||||
|
'media.peerconnection.identity.timeout',
|
||||||
|
'media.peerconnection.turn.disable',
|
||||||
|
'media.peerconnection.use_document_iceservers',
|
||||||
|
'media.peerconnection.video.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…
Reference in New Issue
Block a user