2022-10-23 20:49:48 -04:00
firefox_config :
2023-03-02 10:08:41 -05:00
# identity.sync.tokenserver.uri: "https://ffsync.fizz.buzz/token/1.0/sync/1.5"
2024-06-24 22:04:03 -04:00
media.hardware-video-decoding.force-enabled : true
2022-10-23 20:49:48 -04:00
media.ffmpeg.vaapi.enabled : true
doh-rollout.doorhanger-decision : "UIDisabled"
dom.security.https_only_mode : true
dom.security.https_only_mode_ever_enabled : true
extensions.activeThemeID : "firefox-compact-dark@mozilla.org"
# Disable ads
extensions.pocket.enabled : false
browser.newtabpage.activity-stream.showSponsored : false
browser.newtabpage.activity-stream.showSponsoredTopSites : false
browser.newtabpage.activity-stream.feeds.section.topstories : false
browser.newtabpage.pinned : "[]"
2024-01-02 12:29:39 -05:00
browser.newtabpage.activity-stream.section.highlights.includePocket : false
2024-07-12 19:58:50 -04:00
# Disable cache when devtools are open.
devtools.cache.disabled : true
# Do not track header.
privacy.donottrackheader.enabled : true
# Tell websites not to share or sell my data.
privacy.globalprivacycontrol.enabled : true
# Disable "studies" (slice testing)
app.shield.optoutstudies.enabled : false
2024-07-13 15:39:06 -04:00
# Disable attribution which is used by advertisers to track you.
dom.private-attribution.submission.enabled : false
# Disable battery status, used to track users.
dom.battery.enabled : false
# Disable that websites can get notifications if you copy, paste, or cut something from a web page, and it lets them know which part of the page had been selected.
dom.event.clipboardevents.enabled : false
# Isolates all browser identifier sources (e.g. cookies) to the first party domain, with the goal of preventing tracking across different domains.
privacy.firstparty.isolate : true
# Do not preload URLs that auto-complete in the address bar.
browser.urlbar.speculativeConnect.enabled : false
2024-07-16 20:13:20 -04:00
# Do not resist fingerprinting because that tells websites to use light mode.
# https://bugzilla.mozilla.org/show_bug.cgi?id=1732114
2024-07-21 11:25:51 -04:00
privacy.resistFingerprinting : null # (default false)
2024-07-16 20:13:20 -04:00
# Instead, enable fingerprinting protection, which allows configuring an override.
privacy.fingerprintingProtection : true
# Allow sending dark mode preference to websites.
2024-07-18 23:29:07 -04:00
# Allow sending timezone to websites.
2024-08-13 20:14:09 -04:00
privacy.fingerprintingProtection.overrides : "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC,-CanvasExtractionBeforeUserInputIsBlocked"
2024-08-10 11:19:41 -04:00
# Disable weather on new tab page
browser.newtabpage.activity-stream.showWeather : false