Skip to content

Commit

Permalink
user.js: disable page promos
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed May 27, 2024
1 parent 40d6032 commit 5f063c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ user_pref("startup.homepage_welcome_url", "");
user_pref("startup.homepage_welcome_url.additional", "");
user_pref("startup.homepage_override_url", "");

// Promos
user_pref("browser.vpn_promo.enabled", false);
user_pref("browser.promo.focus.enabled", false);
user_pref("browser.promo.pin.enabled", false);

// Telemetry
user_pref("datareporting.policy.dataSubmissionEnabled", false);
user_pref("datareporting.healthreport.uploadEnabled", false);
Expand Down

0 comments on commit 5f063c0

Please sign in to comment.