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

634 Commits

Author SHA1 Message Date
yokoffing c804287d99 user Aug 2021c (#32)
* user Aug 2021c

* reorganize spec. conn.

* add ECH

* change spec. con.

* Update user.js
2021-08-08 12:54:35 -04:00
yokoffing a69173cada Pesky Aug 2021b (#31)
commented out browser.tabs.loadBookmarksInBackground
2021-08-03 18:18:47 -04:00
yokoffing 52fba917b1 remove "browser.tabs.loadBookmarksInBackground" 2021-08-03 18:18:32 -04:00
yokoffing 9dcd64fb36 remove tinker 2021-08-02 10:03:36 -04:00
yokoffing 766cde2ce4 August 2021 (#29)
* August 2021

Remove Firefox defaults: FastFox

* SecureFox defaults

Remove prefs that are already the defaults in Firefox

* add Webrender

* Pesky - Remove defaults

* remove network.predictor

* Remove prefs dealing with URL backends

user_pref("app.normandy.api_url", "");
user_pref("breakpad.reportURL", "");
user_pref("toolkit.coverage.endpoint.base", "");

Remove default
user_pref("browser.crashReports.unsubmittedCheck.enabled", false);

* added to popup allowed events

mousedown pointerdown

* add dash to https-first
2021-08-02 09:56:42 -04:00
yokoffing a47adfb9b6 Secure August 2021 (#27)
* Secure August 2021

* Mark defaults

Mark default prefs in SecureFox; remove defaults from user.js

* Update SecureFox.js

* correct appCache default status

* reorder ETP

* Network predictor active

* add note to PRELOADING

* Comment out prefs dealing with URL backends

user_pref("app.normandy.api_url", "");
user_pref("breakpad.reportURL", "");
user_pref("toolkit.coverage.endpoint.base", "");

* edit description network.http.speculative-parallel-limit

* added dash to https-first
2021-08-02 09:56:27 -04:00
yokoffing 3b8ce6552f Fast Aug 2021 (#28)
* Fast Aug 2021

Updated prefs that were already the default; removed defaults from user.js.

* unflag webrender
2021-08-02 09:50:48 -04:00
yokoffing 164322e30f Pesky August 2021 (#30)
* Pesky August 2021

Mark defaults

* allowed pop-up events

added mousedown pointerdown
2021-08-02 09:50:36 -04:00
yokoffing aa0abec6ad Pesky June 2021 (#24)
Formatting
2021-07-28 15:24:06 -04:00
yokoffing 408e33833c July 2021 (#25)
* Remove user_pref("permissions.default.xr", 2);

* Remove FLASH PLUGIN section

Remove user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
Remove user_pref("plugin.state.flash", 0);
Remove user_pref("security.mixed_content.block_object_subrequest", true);

The prefs still exist but all the underlying NPAPI code has been removed: https://bugzilla.mozilla.org/show_bug.cgi?id=1682030

* Disable Firefox from sending HTTP request in background with HTTPS-Only Mode activated

Add user_pref("dom.security.https_only_mode_send_http_background_request", false);

* reorder pref that was out of order

* Disable automatic Windows authentication

user_pref("network.http.windows-sso.enabled", false);
2021-07-28 15:23:29 -04:00
yokoffing 10a0f1b5b8 SecureFox July 2021 (#26)
* Remove unused code + Flash plugin 

Remove user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
Remove user_pref("plugin.state.flash", 0);
Remove user_pref("security.mixed_content.block_object_subrequest", true);

The prefs still exist but all the underlying NPAPI code has been removed: https://bugzilla.mozilla.org/show_bug.cgi?id=1682030

* unused code

* HTTPS First Mode

Firefox attempts to make all connections to websites secure, and falls back to insecure connections only when a website does not support it.

HTTPS-Only Mode needs to be disabled for HTTPS First to work.

* Cache

DEPRECATED / REMOVED
user_pref("browser.cache.offline.storage.enable", false);

* Background updates

* disable automatic authentication on Microsoft sites 

user_pref("network.http.windows-sso.enabled", false);
2021-07-28 15:12:30 -04:00
yokoffing 7e6f084d6e SecureFox May 2021 (#22) 2021-05-22 14:06:25 -04:00
yokoffing 8a386bfb9c Pesky May 2021 (#21) 2021-05-22 14:01:43 -04:00
yokoffing 1e4b85c658 May 2021 (#20)
Removed due to being too subjective:
- user_pref("browser.link.open_newwindow", 3);
- user_pref("browser.link.open_newwindow.restriction", 0);
- user_pref("browser.tabs.closeWindowWithLastTab", false);

New:
- Disable javascript in PDF files
- Block virtual reality
- New "welcome" master switch disabled
- Compact mode and "view image info" restored
2021-05-22 13:34:39 -04:00
yokoffing 25244cf691 proton UI changes 2021-04-06 10:24:17 -04:00
yokoffing bb34226423 march 2021 (#13)
* add contentblocking.customBlockList.preferences.ui.enabled

* "browser.download.hide_plugins_without_extensions", false);" depreciated

* Disable all preloading except newtab

* re-enable http background request for now: https://blog.mozilla.org/attack-and-defense/2021/03/10/insights-into-https-only-mode/
2021-03-28 12:06:49 -04:00
yokoffing 369342a975 Secure March 2021 (#14)
* unflag contentblocking.customBlockList.preferences.ui.enabled

* network.http.speculative-parallel-limit to 0

* disable network:preload and network predictor

* add note to DoH
2021-03-28 12:03:41 -04:00
yokoffing 7ca0961b15 update samesite cookie 2021-03-28 12:02:37 -04:00
yokoffing da4cc7f306 Proton redesign new prefs (#18) 2021-03-28 12:00:01 -04:00
yokoffing 40c4c5350c alternative connections settings (#17) 2021-03-28 11:59:35 -04:00
yokoffing 5a61758c19 pesky march 2021 (#15) 2021-03-28 11:57:16 -04:00
yokoffing 2ff45c19e1 add elastic overscroll 2021-03-24 22:10:05 -04:00
yokoffing fc3cede433 Update README.md 2021-02-24 15:11:26 -05:00
yokoffing e876b4aa6b debut v. 88 2021-02-24 14:58:32 -05:00
yokoffing 75fbd1d72a user.js updates Feb 2021 (#10)
* add Flash section

Still relevant as of 19 February 2021

* cleanup intro and experimental prefs

* reflect Securefox changes

* remove autoplay (set to default anyway)

* reorder tracking protection

* add browser.urlbar.trimURLs
2021-02-24 11:39:49 -05:00
yokoffing 070237cf70 SecureFox updates Feb 2021 (#7)
* Missing "user_" in Telemetry section

Removed duplicates:
user_pref("toolkit.telemetry.unified", false);
user_pref("toolkit.telemetry.server", "");

* add note of breakage with password generator

* note default

* "Strict" tracking protection enables dFPI

* leave content blocking on Custom for now

* Strict = dFPI for all release channels

* remove cache_isolation (superseded by privacy.partition.network_state)

https://bugzilla.mozilla.org/show_bug.cgi?id=1687618

* TP hyperlinks

* comment out unused

* add urlbar.trimURLs

* Total Cookie Protection
2021-02-24 11:38:06 -05:00
yokoffing 0cba80fc86 Peskyfox updates Feb 2021 (#11)
* Peskyfox

Removed duplicate
Small corrections

* add devtools themes and PDF viewer themes

* autoplay policies

remove trim_urlbars here and move to SecureFox

* force enable print preview

* add default tag
2021-02-24 11:37:46 -05:00
yokoffing f9f03803e3 remove regressions
extraneous safe browsing and telemetry prefs may be causing issues on test build.
remove from user.js for now.
2021-02-19 23:52:31 -05:00
yokoffing 9309ce9f9f FasterFox (#9)
* Remove Warp options (no longer in Firefox)

* hyperlinks

* caps
2021-02-19 17:30:11 -05:00
yokoffing 3f0134464d Remove subjective prefs from user.js (#8)
* Remove subjective prefs from user.js

user_pref("browser.link.open_newwindow", 3);
user_pref("browser.link.open_newwindow.restriction", 0);
user_pref("browser.bookmarks.openInTabClosesMenu", false);
user_pref("browser.tabs.loadBookmarksInBackground", true);
user_pref("browser.tabs.loadBookmarksInTabs", true);
user_pref("pdfjs.defaultZoomValue", "page-width");
user_pref("browser.bookmarks.max_backups", 2);
user_pref("ui.key.menuAccessKey", 0);
user_pref("browser.urlbar.suggest.bookmarks", true);

* remove force enabling all Webrender prefs

Mozilla is also implementing Webrender Software for older machines.
2021-02-19 12:39:56 -05:00
yokoffing dd274f9e5e 17 Feb 2020
Removed user_pref("browser.tabs.closeWindowWithLastTab", false); due to demand.

Add telemetry backend prefs and GSB backend prefs.
2021-02-17 18:46:56 -05:00
yokoffing 8cd07238c4 Suggestions from gallegonovato (#6)
* additional prefs to GSB

* backend Mozilla telemetry

* optional: disable automatic exten. updates
2021-02-17 18:34:28 -05:00
yokoffing 835c31ef96 telemetry update (missing two prefs) 2021-02-15 21:33:00 -05:00
yokoffing 3618514be4 added telemetry prefs, proton prefs 2021-02-15 21:27:22 -05:00
yokoffing 7eb8a5e83e format 2021-02-12 16:10:24 -05:00
yokoffing 9856e10327 07 Feb 2021
SecureFox
* Remove "addons.mozilla.org" from set of domains that extensions cannot access
* user_pref("extensions.fxmonitor.enabled", false);
* user_pref("browser.contentblocking.report.lockwise.enabled", false);
* user_pref("browser.contentblocking.report.lockwise.how_it_works.url", "");
* user_pref("extensions.abuseReport.enabled", false);
* user_pref("corroborator.enabled", false)
* user_pref("browser.aboutwelcome.enabled", false);
* user_pref("browser.library.activity-stream.enabled", false);
* user_pref("browser.newtabpage.activity-stream.discoverystream.enabled", false);
* user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
* user_pref("browser.newtabpage.activity-stream.telemetry", false);

Beta / Developer
* Moved Samesite Cookies to this category from Nightly.
* PDF viewer themes

Nightly
* Added more Proton UI prefs.
* WebRTC global mute toggles
2021-02-07 13:25:03 -05:00
yokoffing 91f91b5008 07 Feb 2021
See user.js
2021-02-07 13:24:33 -05:00
yokoffing 7600002801 07 Feb 2021 2021-02-07 13:24:26 -05:00
yokoffing 8fe521a299 07 Feb 2021 2021-02-07 12:52:02 -05:00
yokoffing 01b8637769 07 Feb 2021 2021-02-07 12:51:56 -05:00
yokoffing a458e14a94 Update user.js 2021-02-01 16:46:11 -05:00
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 5e6cdef8f8 01 Feb 2021 2021-02-01 16:43:37 -05:00
yokoffing 1c8057e09a 01 Feb 2021
*enforced Pop-ups blocked message
* Light theme and Dark theme prefs
2021-02-01 16:43:31 -05:00
yokoffing 49dd2cf433 29 Jan 2021
Added/Changed:
user_pref("privacy.trackingprotection.enabled", true);
user_pref("urlclassifier.trackingSkipURLs", "*.twitter.com, *.twimg.com");
user_pref("privacy.trackingprotection.socialtracking.enabled", true);
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com");
user_pref("dom.security.https_only_mode.upgrade_local", true);
user_pref("network.auth.subresource-http-auth-allow", 1);
user_pref("dom.block_download_insecure", true);
user_pref("network.http.referer.XOriginPolicy", 0);
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
user_pref("extensions.postDownloadThirdPartyPrompt", false);
user_pref("pdfjs.defaultZoomValue", "page-width");
user_pref("extensions.pocket.api"," ");
user_pref("extensions.pocket.oAuthConsumerKey", " ");
user_pref("extensions.pocket.site", " ");

* PDF prefs now have their own section in Peskyfox. Mozilla has been adding some prefs for their built-in PDF reader every few months.
2021-01-29 16:28:06 -05:00
yokoffing cc8ab18305 29 Jan 2021
Added
user_pref("pdfjs.defaultZoomValue", "page-width");
user_pref("media.autoplay.default", 1);
user_pref("dom.disable_open_during_load", true);
user_pref("full-screen-api.warning.delay", 0);
user_pref("full-screen-api.warning.timeout", 0);
2021-01-29 16:27:45 -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 d3848b6ec5 29 Jan 2021 2021-01-29 16:10:00 -05:00
yokoffing 447273e581 29 Jan 2021
added:
user_pref("browser.startup.preXulSkeletonUI", false);

Moved to PeskyFox:
user_pref("full-screen-api.transition-duration.enter", "0 0");
user_pref("full-screen-api.transition-duration.leave", "0 0");
2021-01-29 13:05:50 -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