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

88 Commits

Author SHA1 Message Date
yokoffing 9603397a98 enforce default for network.predictor.enable-hover-on-ssl 2022-12-02 11:29:24 -05:00
yokoffing 32705478d2 add content.notify.interval 2022-12-01 09:04:31 -05:00
yokoffing fa159e12e4 move dns entries to CACHE 2022-12-01 08:59:01 -05:00
yokoffing b2cc5f3ca8 add network.dns.disablePrefetchFromHTTPS
enforce default
2022-11-30 20:59:19 -05:00
yokoffing 2003c8d989 add browser.cache.memory.capacity 2022-11-30 11:24:18 -05:00
yokoffing 00c018e4ae reorder Fastfox 2022-11-30 10:12:23 -05:00
yokoffing b7e389eec4 remove media cache pref 2022-11-30 09:26:41 -05:00
yokoffing 14f27cd5f8 restore initialpaint.delay 2022-11-30 08:20:33 -05:00
yokoffing 351b685659 restore Beacon API 2022-11-29 12:20:39 -05:00
yokoffing 733dfe2dfd remove initialpaint.delay 2022-11-28 01:30:11 -05:00
yokoffing 9aa77019ff reorder pref 2022-11-26 12:59:30 -05:00
yokoffing be4ab0d1b9 remove user_pref("pdfjs.sidebarViewOnLoad", 1); 2022-11-26 12:25:19 -05:00
yokoffing 37181c306e v.107a (#108)
* remove media.hardware-video-decoding.force-enabled

* remove default

* disable layout.forms.reveal-password-button.enabled

* increase initial paint time

* remove media.memory_cache_max_size [now in Fastfox]

* fastfox additions
2022-11-26 12:14:32 -05:00
yokoffing 67c99cb9b9 v.107 (#101)
* browser.search.separatePrivateDefault", true DEFAULT

* enable app.update.suppressPrompts

user_pref("browser.startup.preXulSkeletonUI", false);
user_pref("browser.startup.blankWindow", false);
user_pref("browser.display.use_system_colors", false);

* PDF sidebar: bullet list by default

* offscreen canvas now default FF106+

* JXL dropped due to wider support

* skip undesired DOH test connection

* browser.sessionstore.restore_pinned_tabs_on_demand true

* browser.aboutwelcome.enabled  false

* dom.importMaps.enabled default 108+

* browser.region.network.url not needed

* tiktok embeds

* move Fastfox, and implement MAKE FIREFOX FAST
2022-11-21 10:39:49 -05:00
yokoffing 390942aad1 v106 (#93)
* cookie banners prefs

* :has() CSS relational pseudo-class

* enable reveal password button

* move view and password truncation to Securefox

* importMaps
https://github.com/WICG/import-maps#the-basic-idea

* disable new indicator in PB
2022-10-28 14:20:25 -04:00
yokoffing f995bb4fde user Oct. 2022c (#88)
* date; smoothfox url

* user_pref("browser.tabs.firefox-view", false);

* pref removed: pdfjs.annotationEditorEnabled", true);

* user_pref("browser.tabs.tabmanager.enabled", false);
2022-10-24 01:27:28 -04:00
yokoffing 2969c59c44 remove auto-enabled container 2022-10-16 14:33:30 -04:00
yokoffing 7ee18e1cff user Nov 2022 (#82)
* cleanup Firefox Home / New Tab page content

* remove browser.startup.homepage_override.mstone and browser.messaging-system.whatsNewPanel.enabled

* user_pref("browser.sessionstore.interval", 30000);

* remove RFP since we're not using privacy.resistfingerprint

* remove newtab.preload
https://github.com/arkenfox/user.js/issues/1556

* remove browser.newtabpage.activity-stream.feeds.discoverystreamfeed
https://github.com/arkenfox/user.js/issues/1556

* remove user_pref("browser.sessionstore.interval", 30000);

* add user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false);

* remove user_pref("layout.css.font-visibility.standard", 1);

* remove ssl override behavior
the code behind it was removed in FF68 - https://bugzilla.mozilla.org/show_bug.cgi?id=1530348
2022-10-16 14:31:19 -04:00
yokoffing 8a0fd564a6 userjs Oct 2022 (#75)
* reorder speculative connections

* add PROXY / SOCKS / IPv6

* note for smoothfox
2022-09-30 14:29:56 -04:00
yokoffing 8d004fd844 userjs Sept 2022b (#70)
* user_pref("privacy.partition.serviceWorkers", true); now DEFAULT

* add SmoothFox as an optional toggle

* cleanup Passwords section

* disable Formless Login Capture

* clean up Pocket

* clean up Telemetry

* add user_pref("identity.fxaccounts.enabled", false);

* add custom search engines

* remove default prefs for New Tab page

* add query stripping list

* cleanup GSB

* note on social tracking

* lower network priority of trackers

* remove favicons pref; doesn't work

* remove grouplabels; not needed when disabling master pref

* disable captive portals and network checks; override if needed

* regression: user_pref("privacy.partition.bloburl_per_agent_cluster", true); removed
2022-09-25 13:40:28 -04:00
yokoffing 77c04d4c13 user.js September 2022 (#61) 2022-09-05 15:41:25 -04:00
yokoffing 58d45e3ad5 userjs July 2022 (#57)
* remove thirdpartycookie sessiononly

`cookie.thirdparty` is slated for removal upstream and may cause issues with the lifetime cookie pref deprecation and site exceptions, and is also covered by sanitizing on close

* add CRLite mode (no longer requires OCSP)

* network.dns.disablePrefetchFromHTTPS is FALSE by default

* Update user.js

* add Shutdown & Santizing section

* add form data clearing

* Update user.js

* remove CLEARING DATA DEFAULTS

* "security.pki.sha1_enforcement_level" removed in FF 103

* Update user.js

* Update user.js

* browser.urlbar.dnsResolveSingleWordsAfterSearch = 0 default in FF104+

* user_pref("browser.fixup.alternate.enabled", false); default in FF104+

* add user_pref("pdfjs.annotationEditorEnabled", true);

* remove preskeleton

* sanitizing settings

* Update user.js

* WebRTC rules

* Update user.js

* browser.download.open_pdf_attachments_inline

* user_pref("gfx.offscreencanvas.enabled", true);

* Fonts and RSP

* user_pref("browser.link.open_newwindow.restriction", 0);

* remove shutdown and santizing (for now)

* trackingSkipURLs
2022-08-13 19:32:55 -04:00
yokoffing 848bb546bb user Feb-June 2022 (#52)
* remove CR LIte since OCSP disabled

* blobs, disallowcrosssiterelaxing

* browser.places.speculativeConnect.enabled

* browser.safebrowsing.downloads.remote.enabled already default

* hide more from mozilla

* web task scheduling

* add Samesite as it is not in Stable

* Constructable now default in stable

* remove smoothscroll

* user_pref("browser.download.always_ask_before_handling_new_types", true);

* https-only mode

* Update user.js

* network.http.referer.disallowCrossSiteRelaxingDefault included with "strict"

* privacy.partition.network_state.ocsp_cache now default with Strict

* about:welcome pref removed

* remove startup page

* remove spellcheck

* remove samesite
2022-06-07 11:47:57 -04:00
yokoffing b0ba02c653 user.js Jan 2022 (#48)
* browser.urlbar.dnsResolveSingleWordsAfterSearch

* UI theme respects system theme

* ETP to Custom

* disable disk cache

* SSL

* Certs

* SSL / TLS and Region

* disable search engine updates

* popup events

* disable social tracking (breaks Instagram posts)

* user_pref("toolkit.coverage.endpoint.base", ""); and user_pref("app.normandy.api_url", "");

* remove xOrigin

* Strict but disable social

* dom.forms.inputmode now default

* ETP forces Custom if socialtracking disabled

* "network.trr.send_user-agent_headers", false); now default

* referer policy, network priority

* remove download always open

* security.ssl.require_safe_negotiation still breaks some pages

* remove xOrigin

* strict, require negotiation

* Update user.js

* add Xorigin

* Update user.js

* remove require safe nego

* Update user.js

* grammar

* disallowCrossSiteRelaxing now default?

* Update user.js

* app.update.background.scheduling.enabled depreciated

* remove twitter exceptions

* add overrides section

* favicon storing

* OCSP

* TP is default
2022-01-29 11:53:19 -05:00
yokoffing ca4d13fe2c user.js Dec 2021 (#46)
* Remove SameSite schemeful

user_pref("network.cookie.sameSite.schemeful", false);

* remove global mute toggles

* block_download_insecure default

* dom.storage.nextgen is default

* remove samesite

* remove request timeout

* thirdparty non secure

* code grammar

* fission now default
2021-12-16 11:02:19 -05: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 70f475605e Sept 2021 (#38) 2021-09-06 20:07:02 -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 52fba917b1 remove "browser.tabs.loadBookmarksInBackground" 2021-08-03 18:18:32 -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 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 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 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 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 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 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 3618514be4 added telemetry prefs, proton prefs 2021-02-15 21:27:22 -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 a458e14a94 Update user.js 2021-02-01 16:46:11 -05:00
yokoffing 5e6cdef8f8 01 Feb 2021 2021-02-01 16:43:37 -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 9901b16c4a 16 January 2021
// SECUREFOX
Add new section "Various" to correspond to SecureFox prefs:
user_pref("dom.targetBlankNoOpener.enabled", true);
user_pref("pdfjs.disabled", false);
user_pref("privacy.window.name.update.enabled", true);
user_pref("security.pki.crlite_mode", 2);
user_pref("security.remote_settings.crlite_filters.enabled", true);

Others added:
user_pref("dom.security.https_only_mode_send_http_background_request", false);
user_pref("dom.storage.next_gen", true);
user_pref("security.mixed_content.block_object_subrequest", true);

// PESKYFOX
*Subtitles are now consistent with Peskyfox.js.
*Fixed disable pocket

added:
user_pref("browser.startup.page", 3);
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
user_pref("extensions.formautofill.creditCards.available", false);
user_pref("browser.urlbar.suggest.engines", false);

Moved and enabled from Dev/Nightly prefs:
user_pref("image.avif.enabled", true);

"browser.display.show_image_placeholders" was true by mistake; switched to false.
2021-01-16 13:29:11 -05:00
yokoffing bc99a1f598 Update user.js
// SECUREFOX
Add new section "Various" to correspond to SecureFox prefs:
user_pref("dom.targetBlankNoOpener.enabled", true);
user_pref("pdfjs.disabled", false);
user_pref("privacy.window.name.update.enabled", true);
user_pref("security.pki.crlite_mode", 2);
user_pref("security.remote_settings.crlite_filters.enabled", true);

Others added:
user_pref("dom.security.https_only_mode_send_http_background_request", false);
user_pref("dom.storage.next_gen", true);
user_pref("security.mixed_content.block_object_subrequest", true);

// PESKYFOX
*Subtitles are now consistent with Peskyfox.js.
*Fixed disable pocket

added:
user_pref("browser.startup.page", 3);
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
user_pref("extensions.formautofill.creditCards.available", false);
user_pref("browser.urlbar.suggest.engines", false);

Moved and enabled from Dev/Nightly prefs:
user_pref("image.avif.enabled", true);
2021-01-16 13:25:29 -05:00
yokoffing 53e2e03bd6 09 January
Moved HTTPS-only to URL bar section.

Added:
user_pref("browser.newtabpage.activity-stream.feeds.section.highlights", false);
user_pref("dom.disable_window_move_resize", true);
user_pref("dom.popup_allowed_events", "click dblclick");
2021-01-09 12:44:28 -05:00
yokoffing 0c48856485 Network Partitioning; NTP cleanup 2020-12-19 14:13:07 -05:00
yokoffing a59306c8bf added Network Partitioning 2020-12-19 13:32:48 -05:00
yokoffing 7d78174831 updated to match SecureFox changes 2020-12-18 12:38:05 -05:00
yokoffing 358a7899f4 HTTPS Only Mode 2020-11-17 10:25:11 -05:00