1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-28 15:11:15 +02:00

add 2513 dom.presentation.* #92

This commit is contained in:
Thorin-Oakenpants 2017-05-02 01:16:22 +12:00 committed by GitHub
parent 9d3c7949fd
commit f5670636f6

@ -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!");