Skip to content

Commit

Permalink
Update user-overrides.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoffing authored Aug 21, 2023
1 parent ddc209c commit 2959040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ user_pref("browser.safebrowsing.downloads.remote.block_uncommon", false); // cle
user_pref("browser.safebrowsing.allowOverride", false); // do not allow user to override SB
user_pref("dom.push.enabled", false); // disable Push API; breaks FF Sync and Site Notifications
user_pref("browser.search.update", false); // do not update opensearch engines
user_pref("network.notify.checkForProxies", false); // skip proxy request check
//user_pref("network.dns.skipTRR-when-parental-control-enabled", false); // bypass parental controls when using DoH
user_pref("network.trr.confirmationNS", "skip"); // skip TRR confirmation request
user_pref("extensions.webextensions.restrictedDomains", ""); // remove Mozilla domains so adblocker works on pages

Expand Down Expand Up @@ -96,6 +96,7 @@ user_pref("gfx.font_rendering.directwrite.use_gdi_table_loading", false);
//user_pref("font.name.serif.x-western", "Roboto Slab"); // serif font
//user_pref("font.name.sans-serif.x-western", "Roboto"); // sans-serif font
//user_pref("font.name.monospace.x-western", "Fira Code"); // monospace font
//user_pref("security.family_safety.mode", 0); // disable parental controls [WINDOWS 8-10]

/** DELETE IF NOT macOS LAPTOP ***/
user_pref("network.trr.mode", 2); // enable TRR (with System fallback)
Expand Down

0 comments on commit 2959040

Please sign in to comment.