Skip to content

Commit

Permalink
Add a pref into Firefox temp profile for disabling SHIELD
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym authored May 16, 2018
1 parent 249739e commit f15c88e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browser/provider/built-in/firefox/runtime-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ async function generatePrefs (profileDir, port) {
'user_pref("datareporting.healthreport.service.firstRun", false);',
'user_pref("datareporting.policy.dataSubmissionEnabled", false);',
'user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);',
'user_pref("app.shield.optoutstudies.enabled", false);',
'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 f15c88e

Please sign in to comment.