1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30
Commit Graph

35 Commits

Author SHA1 Message Date
yokoffing 54cfa877d1 01 Feb 2021
* added ETP network priority explanation (see url)
* expanded Google Safe Browsing options
2021-02-01 16:43:44 -05:00
yokoffing f7a0d5482c 29 Jan 2021
* Added prefs to allow Twitter's embedded tweets and Instagram's embedded posts on websites. Now we can keep Tracking Protection enabled in regular windows without breaking a lot of articles. Yay!!!
user_pref("urlclassifier.trackingSkipURLs", "*.twitter.com, *.twimg.com"); /* hidden */
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); /* hidden */

* Moved Address/Credit Card manager from Peskyfox to SecureFox.

Added
user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("browser.crashReports.unsubmittedCheck.enabled", false);
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
user_pref("default-browser-agent.enabled", false);
user_pref("extensions.postDownloadThirdPartyPrompt", false);
user_pref("security.insecure_connection_text.pbmode.enabled", true);
2021-01-29 16:19:15 -05:00
yokoffing af30e3c55a 22 Jan 2021
- Commented out ECH due to breakage. (This is still experimental tech to replace ESNI.)
2021-01-22 13:00:32 -05:00
yokoffing c7970d82f4 Update SecureFox.js
user_pref("dom.security.https_only_mode_send_http_background_request", false);
user_pref("privacy.window.name.update.enabled", true);
user_pref("dom.storage.next_gen", true);
user_pref("security.pki.crlite_mode", 2);
user_pref("security.remote_settings.crlite_filters.enabled", true);
2021-01-16 12:48:07 -05:00
yokoffing 1ff52b74bf Encrypted Client Hello (ECH) added
ECH
// user_pref("network.dns.echconfig.enabled", true);
// user_pref("network.dns.use_https_rr_as_altsvc", true);

ESNI will be removed in later versions. See note. I generally don't keep Firefox ESR-only prefs.

MIXED CONTENT
user_pref("security.mixed_content.upgrade_display_content", true);
2021-01-09 12:24:28 -05:00
yokoffing e809055523 added Network Partitioning 2020-12-19 13:33:33 -05:00
yokoffing 979f531ff5 added prefetching explanations
All "prefetch" preferences continue to be disabled here and in the user.js.
2020-12-18 12:35:10 -05:00
yokoffing 1f74cbd644 HTTPS only mode 2020-11-17 10:22:24 -05:00
yokoffing 2f5c01e918 Update SecureFox.js 2020-08-14 09:26:11 -04:00
yokoffing 7c7e874a1c alter prefetch 2020-08-11 13:11:43 -04:00
yokoffing d15ee69e5e remove old ESR prefs 2020-08-11 11:53:15 -04:00
yokoffing 360fe26a87 add network.preload 2020-08-08 12:08:32 -04:00
yokoffing 8e4b1dcb29 FF 79 & 80 changes 2020-08-07 17:20:20 -04:00
yokoffing 5658874a0c Update SecureFox.js 2020-07-30 10:56:45 -04:00
yokoffing c01ea2b1c5 Add files via upload 2020-07-29 17:15:54 -04:00
yokoffing 535d992791 Changes to FF 77
- [SecureFox] The browser.urlbar.oneOffSearches preference has been removed. To hide one-off search buttons uncheck search engines on the about:preferences#search page.
+ [PeskyFox] Firefox will now recognize and open more PDF files in the browser.
+ [PeskyFox] Firefox will now prevent the page from truncating passwords that are too long.
2020-06-04 22:42:11 -04:00
yokoffing a4d0a71031 FF 75 changes 2020-04-14 17:48:48 -04:00
yokoffing 42dfce8766 FF 75 privacy updates 2020-04-14 17:33:14 -04:00
yokoffing a9b689f6bd fixed mis-categorizations 2020-04-03 21:18:21 -04:00
hjstephens09 09da0f8318 Update SecureFox.js 2020-03-24 16:15:03 -04:00
hjstephens09 46f004ca01 Update SecureFox.js 2020-03-24 16:09:52 -04:00
hjstephens09 08373afd31 Update SecureFox.js 2020-03-24 14:41:10 -04:00
hjstephens09 202c371cc4 Update SecureFox.js 2020-03-24 14:18:58 -04:00
hjstephens09 f708ae93cc Update SecureFox.js 2020-03-24 14:10:46 -04:00
hjstephens09 fb648652de Update SecureFox.js 2020-03-24 13:24:32 -04:00
hjstephens09 ecd05bc678 Update SecureFox.js 2020-03-24 13:12:51 -04:00
hjstephens09 4adf5b7b30 Update SecureFox.js 2020-03-24 13:07:50 -04:00
hjstephens09 606df8a956 Update SecureFox.js 2020-03-24 13:07:27 -04:00
hjstephens09 19eb8742df Update SecureFox.js 2020-03-24 13:06:22 -04:00
hjstephens09 446a755f07 Update SecureFox.js 2020-03-24 13:05:25 -04:00
hjstephens09 3d12cdb450 Update SecureFox.js 2020-03-24 12:02:41 -04:00
hjstephens09 43a32cf32d Update SecureFox.js 2020-03-24 11:46:15 -04:00
hjstephens09 c3c35225f4 Update SecureFox.js 2020-03-24 11:31:12 -04:00
hjstephens09 c22f02ab69 Update SecureFox.js 2020-03-24 00:43:31 -04:00
hjstephens09 63524e0567 Add files via upload 2020-03-23 19:09:33 -04:00