Merge mozilla-central to inbound. a=merge CLOSED TREE

This commit is contained in:
Oana Pop Rus 2019-05-27 17:46:34 +03:00
Родитель 40f04269b2 11a2c26f52
Коммит cc336385cb
2 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -59,9 +59,6 @@ class GeckoInstance(object):
"dom.max_chrome_script_run_time": 0,
"dom.max_script_run_time": 0,
# DOM Push
"dom.push.connection.enabled": False,
# Only load extensions from the application and user profile
# AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
"extensions.autoDisableScopes": 0,
@ -119,9 +116,6 @@ class GeckoInstance(object):
# Make sure SNTP requests don't hit the network
"network.sntp.pools": "%(server)s",
# Privacy and Tracking Protection
"privacy.trackingprotection.enabled": False,
# Don't do network connections for mitm priming
"security.certerrors.mitm.priming.enabled": False,

Просмотреть файл

@ -36,9 +36,3 @@ pref("marionette.prefs.recommended", true);
// Deprecated and scheduled for removal
// with https://bugzil.la/marionette-window-tracking
pref("marionette.contentListener", false);
// Turn off DOM Push
pref("dom.push.connection.enabled", false);
// Privacy and tracking protection
pref("privacy.trackingprotection.enabled", false);