mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 10:53:57 +00:00
add 2513 dom.presentation.* #92
This commit is contained in:
parent
9d3c7949fd
commit
f5670636f6
9
user.js
9
user.js
@ -1132,6 +1132,15 @@ user_pref("media.ondevicechange.enabled", false);
|
||||
* [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1357733
|
||||
* [4] https://bugzilla.mozilla.org/show_bug.cgi?id=1292751 ***/
|
||||
user_pref("device.sensors.enabled", false);
|
||||
/* 2513: disable Presentation API
|
||||
* [1] https://wiki.mozilla.org/WebAPI/PresentationAPI
|
||||
* [2] https://www.w3.org/TR/presentation-api/ ***/
|
||||
user_pref("dom.presentation.enabled", false);
|
||||
user_pref("dom.presentation.controller.enabled", false);
|
||||
user_pref("dom.presentation.discoverable", false);
|
||||
user_pref("dom.presentation.discovery.enabled", false);
|
||||
user_pref("dom.presentation.receiver.enabled", false);
|
||||
user_pref("dom.presentation.session_transport.data_channel.enable", false);
|
||||
|
||||
/*** 2600: MISC - LEAKS / FINGERPRINTING / PRIVACY / SECURITY ***/
|
||||
user_pref("ghacks_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user