Skip to content

Commit

Permalink
fix: ppa is disabled when telemetry is off
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Dec 23, 2024
1 parent 69b7036 commit e72fd68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ user_pref("browser.urlbar.suggest.searches", false);
user_pref("datareporting.healthreport.uploadEnabled", false);
/* Disable data submission */
user_pref("datareporting.policy.dataSubmissionEnabled", false);
/* Disable privacy-preserving attribution submissions */
user_pref("dom.private-attribution.submission.enabled", false);
/* Enable https only mode */
user_pref("dom.security.https_only_mode", true);
/* Disable form autofill */
Expand Down

0 comments on commit e72fd68

Please sign in to comment.