mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
No commits in common. "676ebaf4b792f3c1438b9d3c71163514b38ae240" and "a4695b95f49ea0671dc24d31006130b64bbb99d4" have entirely different histories.
676ebaf4b7
...
a4695b95f4
@ -79,7 +79,7 @@ lockPref("privacy.donottrackheader.value", 1);
|
||||
lockPref("privacy.fingerprintingProtection", true);
|
||||
// Somehow I cannot clearPref this, so...
|
||||
//clearPref("privacy.fingerprintingProtection");
|
||||
//lockPref("privacy.fingerprintingProtection", false);
|
||||
lockPref("privacy.fingerprintingProtection", false);
|
||||
pref(
|
||||
"privacy.fingerprintingProtection.overrides",
|
||||
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent",
|
||||
|
@ -1,17 +1,12 @@
|
||||
[connectivity]
|
||||
uri=http://nmcheck.gnome.org/check_network_status.txt
|
||||
interval=300
|
||||
interval=100
|
||||
|
||||
# Expect "NetworkManager is online" to check for captive portals.
|
||||
|
||||
# Debian: don't bother with this file,
|
||||
# sudo apt install network-manager-config-connectivity-debian
|
||||
# for /usr/lib/NetworkManager/conf.d/20-connectivity-debian.conf
|
||||
# (http://network-test.debian.org/nm without interval default 300)
|
||||
|
||||
# Fedora: don't bother with this file here either,
|
||||
# sudo dnf install NetworkManager-config-connectivity-fedora
|
||||
# for /usr/lib/NetworkManager/conf.d/20-connectivity-fedora.conf
|
||||
# (http://fedoraproject.org/static/hotspot.txt interval 300)
|
||||
# (http://network-test.debian.org/nm without interval)
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -2,7 +2,7 @@
|
||||
"policies": {
|
||||
"3rdparty": {
|
||||
"Extensions": {
|
||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
"jid1-MnnxcxisBPnSXQ@jetpack": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"challenges.cloudflare.com",
|
||||
@ -142,15 +142,9 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-container/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
"comment": "While this won't sync and requires manually enabling the other one when the policy is missing, it's less confusing for the automatic configuration not existing. Additionally I have some suspicion towards Mozilla Anonym.",
|
||||
"install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ@jetpack": {
|
||||
"blocked_install_message": "Already force_installed through EFF.",
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
|
||||
"installation_mode": "blocked"
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"offline-qr-code@rugk.github.io": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/offline-qr-code-generator/latest.xpi",
|
||||
@ -560,11 +554,15 @@
|
||||
"Value": 0
|
||||
},
|
||||
"geo.provider.network.url": {
|
||||
"Comment": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8",
|
||||
"Status": "clear",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "https://beacondb.net/v1/geolocate"
|
||||
},
|
||||
"geo.provider.use_geoclue": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"image.animation.mode": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "default",
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Attempt to use beacondb.net with geoclue. However as I use Sway and I
|
||||
# don't use .desktop files, nothing has permission to access geoclue and I
|
||||
# have thus disabled it, but maybe on Plasma, family PC, or just in case this
|
||||
# should be noted.
|
||||
[wifi]
|
||||
enable=true
|
||||
url=https://beacondb.net/v1/geolocate
|
Loading…
x
Reference in New Issue
Block a user