feat: Added better privacy and less connections on startup, b=(no-bug), c=common, configs, tabs, welcome

This commit is contained in:
Mr. M
2025-04-27 19:52:06 +02:00
parent 2365fa9fbc
commit 3d9a40beb9
5 changed files with 34 additions and 16 deletions

View File

@@ -279,9 +279,6 @@ pref('browser.download.open_pdf_attachments_inline', true);
pref('browser.download.alwaysOpenPanel', false);
// Tracking protection
pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.x.com, *.twimg.com, *.tiktok.com");
pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.x.com, *.twimg.com");
pref("network.cookie.sameSite.noneRequiresSecure", true);
pref("browser.helperApps.deleteTempFileOnExit", true);
pref("browser.uitour.enabled", false);