Skip to content

Commit

Permalink
Update runtime-info.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed May 16, 2018
1 parent f15c88e commit d55c192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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);',
Expand Down

0 comments on commit d55c192

Please sign in to comment.