Prefer ipv6.

This commit is contained in:
Tom Alexander
2024-07-12 19:58:50 -04:00
parent f6152d92f1
commit 0e2c7adaf9
9 changed files with 50 additions and 9 deletions

View File

@@ -13,3 +13,11 @@ firefox_config:
browser.newtabpage.activity-stream.feeds.section.topstories: false
browser.newtabpage.pinned: "[]"
browser.newtabpage.activity-stream.section.highlights.includePocket: false
# 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