mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-06 06:07:20 +02:00
Compare commits
No commits in common. "1329ea8707ffbd3f28ca0852ee7bb8c07c5179c4" and "ad5379498ffd0f33927dd1d66c8f16aa5e8dd043" have entirely different histories.
1329ea8707
...
ad5379498f
@ -57,7 +57,10 @@
|
||||
"chrome-extension-scheme",
|
||||
"challenges.cloudflare.com",
|
||||
"www.ecosia.org",
|
||||
"firefox.com",
|
||||
"mail.google.com",
|
||||
"mozilla.net",
|
||||
"mozilla.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com"
|
||||
]
|
||||
@ -193,8 +196,8 @@
|
||||
"InvalidCertificate": true,
|
||||
"SafeBrowsing": false
|
||||
},
|
||||
"DisableTelemetry": false,
|
||||
"DisableTelemetry_comment": "I am upset about https://github.com/mozilla/policy-templates/issues/1130 but dom.private-attribution.submission.enabled;false is a workaround and it's too much akin to voting to disable especially among technical users who tend to disable it.",
|
||||
"DisableTelemetry": true,
|
||||
"DisableTelemetry_comment": "Protesting Mozilla becoming an Advertising company and less trustworthy entity through 'Privacy Preserving Attribution' / Mozilla Anonym. https://github.com/mozilla/policy-templates/issues/1130",
|
||||
"DisplayBookmarksToolbar": "never",
|
||||
"DontCheckDefaultBrowser": true,
|
||||
"EnableTrackingProtection": {
|
||||
@ -320,7 +323,7 @@
|
||||
"LegacySameSiteCookieBehaviorEnabled": false,
|
||||
"NetworkPrediction": false,
|
||||
"NewTabPage": false,
|
||||
"OverrideFirstRunPage": "about:mozilla|about:telemetry",
|
||||
"OverrideFirstRunPage": "about:mozilla|https://addons.mozilla.org/firefox/addon/noscript/",
|
||||
"PDFjs": {
|
||||
"EnablePermissions": false,
|
||||
"Enabled": true
|
||||
@ -408,11 +411,11 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.ml.chat.provider": {
|
||||
"Comment": "While not officially supported, defaulting to Ecosia will at least remind me that AI is a severe concern regarding fighting against climate change.",
|
||||
"Status": "user",
|
||||
"Type": "string",
|
||||
"Value": "https://www.ecosia.org/chat"
|
||||
"browser.display.use_document_fonts": {
|
||||
"Comment": "Are webpages allowed to set their own fonts by default? 0 blocks them breaking Mastodon buttons etc.",
|
||||
"Status": "clear",
|
||||
"Type": "number",
|
||||
"Value": 0
|
||||
},
|
||||
"browser.preferences.moreFromMozilla": {
|
||||
"Status": "default",
|
||||
@ -429,6 +432,9 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.safebrowsing.downloads.remote.url": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.malware.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
@ -439,6 +445,39 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"browser.safebrowsing.provider.google.gethashURL": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.google.lists": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.google.updateURL": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.google4.dataSharingURL": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.google4.gethashURL": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.google4.updateURL": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.mozilla.gethashURL": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.mozilla.lists": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.mozilla.lists.base": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.mozilla.lists.content": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.safebrowsing.provider.mozilla.updateURL": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"browser.sessionstore.warnOnQuit": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
@ -523,7 +562,6 @@
|
||||
"Value": true
|
||||
},
|
||||
"dom.private-attribution.submission.enabled": {
|
||||
"Comment": "Mozilla Anonym so-called Privacy Preserving Advertisement Attribution",
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
@ -603,8 +641,10 @@
|
||||
"Value": true
|
||||
},
|
||||
"layout.css.prefers-color-scheme.content-override": {
|
||||
"Comment": "Clear ensures system color scheme (darkman)",
|
||||
"Status": "clear"
|
||||
"Comment": "Dark theme by default, disabling allowed",
|
||||
"Status": "clear",
|
||||
"Type": "number",
|
||||
"Value": 0
|
||||
},
|
||||
"media.autoplay.default": {
|
||||
"Comment": "Not even autoplaying silently?",
|
||||
@ -638,6 +678,10 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.dns.native_https_query_win10": {
|
||||
"Comment": "This is here just as a reminder that it exists. I don't have a Windows 10 and it will likely switch to true when it exists.",
|
||||
"Status": "clear"
|
||||
},
|
||||
"network.dns.preferIPv6": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
@ -648,6 +692,12 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.http.referer.XOriginTrimmingPolicy": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"network.http.referer.defaultPolicy": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"network.trr.disable-ECS": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
@ -741,6 +791,12 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"privacy.resistFingerprinting.block_mozAddonManager": {
|
||||
"Comment": "Preference not allowed for stability reasons. Breaks extension install when true, at least on Android.",
|
||||
"Status": "clear",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"privacy.resistFingerprinting.letterboxing": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "locked",
|
||||
@ -828,14 +884,18 @@
|
||||
"Value": "always-show"
|
||||
},
|
||||
"ui.systemUsesDarkTheme": {
|
||||
"Comment": "Another theme option that should be let to system, thus clear.",
|
||||
"Status": "clear"
|
||||
"Comment": "Another defaulting to dark theme.",
|
||||
"Status": "clear",
|
||||
"Type": "number",
|
||||
"Value": 1
|
||||
},
|
||||
"ui.textScaleFactor": {
|
||||
"Comment": "Use this instead of layout.css.devPixelsPerPx",
|
||||
"Status": "default",
|
||||
"Type": "number",
|
||||
"Value": 90
|
||||
},
|
||||
"widget.wayland.fractional-scale.enabled": {
|
||||
"Status": "clear"
|
||||
}
|
||||
},
|
||||
"PromptForDownloadLocation": true,
|
||||
|
@ -13,7 +13,10 @@
|
||||
"chrome-extension-scheme",
|
||||
"challenges.cloudflare.com",
|
||||
"www.ecosia.org",
|
||||
"firefox.com",
|
||||
"mail.google.com",
|
||||
"mozilla.net",
|
||||
"mozilla.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user