mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #1390 - Clean up presentation api leftovers
This commit is contained in:
parent
a828a5f321
commit
d4324dc064
9 changed files with 6 additions and 134 deletions
|
|
@ -5178,21 +5178,6 @@ pref("dom.udpsocket.enabled", false);
|
|||
// Disable before keyboard events and after keyboard events by default.
|
||||
pref("dom.beforeAfterKeyboardEvent.enabled", false);
|
||||
|
||||
// Presentation API
|
||||
pref("dom.presentation.enabled", false);
|
||||
pref("dom.presentation.controller.enabled", false);
|
||||
pref("dom.presentation.receiver.enabled", false);
|
||||
|
||||
// Presentation Device
|
||||
pref("dom.presentation.tcp_server.debug", false);
|
||||
pref("dom.presentation.discovery.enabled", false);
|
||||
pref("dom.presentation.discovery.legacy.enabled", false);
|
||||
pref("dom.presentation.discovery.timeout_ms", 10000);
|
||||
pref("dom.presentation.discoverable", false);
|
||||
pref("dom.presentation.discoverable.encrypted", true);
|
||||
pref("dom.presentation.discoverable.retry_ms", 5000);
|
||||
pref("dom.presentation.session_transport.data_channel.enable", false);
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
#if defined(DEBUG)
|
||||
// In debug builds we crash by default on insecure text input (when a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue