Backed out changeset 1efcba0d56db (bug 1542244) for Linting failure in /builds/worker/checkouts/gecko/testing/marionette/client/marionette_driver/geckoinstance.py. CLOSED TREE

This commit is contained in:
Dorel Luca 2019-05-21 00:35:36 +03:00
parent 0ad8df273d
commit b8e7952af7
2 changed files with 0 additions and 12 deletions

View File

@ -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,

View File

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