Skip to content

Commit

Permalink
remove unnecessary proton pref
Browse files Browse the repository at this point in the history
  • Loading branch information
aminomancer committed Feb 1, 2022
1 parent cb3ca50 commit d2eb7b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion prefs/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("browser.startup.homepage_override.mstone", "ignore");
// make the theme work properly
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("browser.proton.enabled", true);
user_pref("browser.proton.places-tooltip.enabled", true);
user_pref("layout.css.moz-document.content.enabled", true);
user_pref("layout.css.xul-box-display-values.content.enabled", true);
Expand Down
1 change: 0 additions & 1 deletion prefs/required.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
// make the theme work properly
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("browser.proton.enabled", true);
user_pref("browser.proton.places-tooltip.enabled", true);
user_pref("layout.css.moz-document.content.enabled", true);
user_pref("layout.css.xul-box-display-values.content.enabled", true);
Expand Down

0 comments on commit d2eb7b2

Please sign in to comment.