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

394 Commits

Author SHA1 Message Date
yokoffing 41d94c01d1 Secure Oct 2021 (#41)
* Secure Oct 2021

* note for TRR

* allow for reddit embeds

* Firefox Suggest

* HTTP alternative services
2021-10-30 14:58:43 -04:00
yokoffing 54f2c72a37 Pesky Oct 2021 (#43)
* Update PeskyFox.js

* comment out security dialog
2021-10-30 14:57:49 -04:00
yokoffing 5349cc251f Oct 2021 (#42)
*  Firefox Suggest and user_pref("browser.urlbar.groupLabels.enabled", false);

* unload low memory is now default

* remove ECH
2021-10-30 14:56:30 -04:00
yokoffing bd606c3e42 schemeful breakage 2021-09-08 22:14:33 -04:00
yokoffing 949ce1752f Pesky Sept 2021 (#39) 2021-09-06 20:09:12 -04:00
yokoffing 1e73263838 Fast Sept. 2021 (#40) 2021-09-06 20:08:04 -04:00
yokoffing 92808f77ee Secure Sept 2021 (#36) 2021-09-06 20:07:25 -04:00
yokoffing 70f475605e Sept 2021 (#38) 2021-09-06 20:07:02 -04:00
yokoffing 2ddd72f3e8 Secure Aug 2021c (#33)
* Secure Aug 2021c

* description to spec. connections

* prioritize speed in spec connections

* uncomment ECH

* Update SecureFox.js

* Update SecureFox.js

* Update SecureFox.js

* Update SecureFox.js

* messaging-system.rsexperimentloader.enabled

* Update SecureFox.js

* move URL bar suggestions to Pesky

* uBlock note

* Update SecureFox.js

* Update SecureFox.js
2021-08-08 12:56:24 -04:00
yokoffing cc0b317771 Pesky Aug 2021c (#34)
* Pesky Aug 2021c

* move URL bar suggestions from SecureFox

* identity.fxaccounts.toolbar.enabled

* Update PeskyFox.js

* Update PeskyFox.js
2021-08-08 12:56:07 -04:00
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