Skip to content

Commit

Permalink
Backed out changeset 3e5aa7cb7460 (bug 1542244) for causing broken ni…
Browse files Browse the repository at this point in the history
…ghtly builds a=backout
  • Loading branch information
Oana Pop Rus committed May 27, 2019
1 parent ddb81c7 commit 11a2c26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions testing/marionette/client/marionette_driver/geckoinstance.py
Expand Up @@ -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,
Expand Down Expand Up @@ -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,

Expand Down
6 changes: 0 additions & 6 deletions testing/marionette/prefs/marionette.js
Expand Up @@ -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);

0 comments on commit 11a2c26

Please sign in to comment.