Skip to content

Commit

Permalink
Add a pref into Firefox temp profile for disabling SHIELD (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed May 16, 2018
1 parent 7bce487 commit 9908e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/provider/built-in/firefox/runtime-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async function generatePrefs (profileDir, port) {
'user_pref("datareporting.policy.dataSubmissionEnabled", false);',
'user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);',
'user_pref("app.shield.optoutstudies.enabled", false);',
'user_pref("extensions.shield-recipe-client.enabled", false);',
'user_pref("extensions.shield-recipe-client.first_run", false);',
'user_pref("extensions.shield-recipe-client.startupExperimentPrefs.browser.newtabpage.activity-stream.enabled", false);',
'user_pref("devtools.toolbox.host", "window");',
Expand Down

0 comments on commit 9908e28

Please sign in to comment.