mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
6 Commits
7006c43e77
...
616785fc1f
Author | SHA1 | Date | |
---|---|---|---|
616785fc1f | |||
ae87cac5a8 | |||
1c549d964e | |||
fb50bd2d59 | |||
af80e553c6 | |||
1769f3b6dc |
@ -49,7 +49,7 @@ lockPref("privacy.fingerprintingProtection", true);
|
|||||||
//lockPref("privacy.fingerprintingProtection", false);
|
//lockPref("privacy.fingerprintingProtection", false);
|
||||||
pref(
|
pref(
|
||||||
"privacy.fingerprintingProtection.overrides",
|
"privacy.fingerprintingProtection.overrides",
|
||||||
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC",
|
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC",
|
||||||
);
|
);
|
||||||
//clearPref("privacy.fingerprintingProtection.overrides");
|
//clearPref("privacy.fingerprintingProtection.overrides");
|
||||||
lockPref("privacy.fingerprintingProtection.pbmode", true);
|
lockPref("privacy.fingerprintingProtection.pbmode", true);
|
||||||
@ -65,16 +65,6 @@ lockPref("privacy.resistFingerprinting.letterboxing", true);
|
|||||||
//lockPref("privacy.resistFingerprinting.pbmode", false);
|
//lockPref("privacy.resistFingerprinting.pbmode", false);
|
||||||
clearPref("privacy.resistFingerprinting.pbmode");
|
clearPref("privacy.resistFingerprinting.pbmode");
|
||||||
|
|
||||||
// Which extension requires container tabs? My policy and this file. This
|
|
||||||
// particular option is so forbidden, it cannot be set either in the policy
|
|
||||||
// or autoconfig.js
|
|
||||||
lockPref("privacy.userContext.extension", "");
|
|
||||||
// Enable containers without extensions (although those are forced by the
|
|
||||||
// policy. TODO: Remove these as they are in the policy, but disallowed by
|
|
||||||
// current ESR
|
|
||||||
lockPref("privacy.userContext.enabled", true);
|
|
||||||
lockPref("privacy.userContext.ui.enabled", true);
|
|
||||||
|
|
||||||
// Enables reading mode for all pages (at least in theory)
|
// Enables reading mode for all pages (at least in theory)
|
||||||
lockPref("reader.parse-on-load.force-enabled", true);
|
lockPref("reader.parse-on-load.force-enabled", true);
|
||||||
|
|
||||||
|
@ -43,7 +43,10 @@
|
|||||||
"challenges.cloudflare.com",
|
"challenges.cloudflare.com",
|
||||||
"duckduckgo.com",
|
"duckduckgo.com",
|
||||||
"ecosia.org",
|
"ecosia.org",
|
||||||
|
"firefox.com",
|
||||||
"keyoxide.org",
|
"keyoxide.org",
|
||||||
|
"mozilla.net",
|
||||||
|
"mozilla.org",
|
||||||
"moz-extension-scheme",
|
"moz-extension-scheme",
|
||||||
"research.cloudflare.com"
|
"research.cloudflare.com"
|
||||||
]
|
]
|
||||||
@ -399,8 +402,8 @@
|
|||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"extensions.webextensions.restrictedDomains": {
|
"extensions.webextensions.restrictedDomains": {
|
||||||
"Comment": "Don't protect Mozilla domains from privacy extensions.",
|
"Comment": "Don't protect Mozilla domains from privacy extensions. Always reset it to modified/empty so I can access the original value if I ever need it.",
|
||||||
"Status": "locked",
|
"Status": "user",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": ""
|
"Value": ""
|
||||||
},
|
},
|
||||||
@ -467,6 +470,12 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
|
"layout.css.always_underline_links": {
|
||||||
|
"Comment": "Underscore links by default, disabling allowed",
|
||||||
|
"Status": "default",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
"layout.css.devPixelsPerPx": {
|
"layout.css.devPixelsPerPx": {
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
@ -622,7 +631,7 @@
|
|||||||
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc",
|
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC"
|
"Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC"
|
||||||
},
|
},
|
||||||
"privacy.fingerprintingProtection.pbmode": {
|
"privacy.fingerprintingProtection.pbmode": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
@ -14,7 +14,10 @@
|
|||||||
"challenges.cloudflare.com",
|
"challenges.cloudflare.com",
|
||||||
"duckduckgo.com",
|
"duckduckgo.com",
|
||||||
"ecosia.org",
|
"ecosia.org",
|
||||||
|
"firefox.com",
|
||||||
"keyoxide.org",
|
"keyoxide.org",
|
||||||
|
"mozilla.net",
|
||||||
|
"mozilla.org",
|
||||||
"moz-extension-scheme",
|
"moz-extension-scheme",
|
||||||
"research.cloudflare.com"
|
"research.cloudflare.com"
|
||||||
]
|
]
|
||||||
|
6
install
6
install
@ -3,16 +3,14 @@
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
if [ -d ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers ]; then
|
if [ -d ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers ]; then
|
||||||
printf "\n[OK] ssh-allowed_signers exists\n\n"
|
git verify-commit HEAD
|
||||||
|
sleep 3
|
||||||
else
|
else
|
||||||
echo "Keys not found, cloning..."
|
echo "Keys not found, cloning..."
|
||||||
mkdir -vp ~/src/gitea.blesmrt.net/Mikaela/
|
mkdir -vp ~/src/gitea.blesmrt.net/Mikaela/
|
||||||
git clone https://gitea.blesmrt.net/Mikaela/ssh-allowed_signers.git ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers
|
git clone https://gitea.blesmrt.net/Mikaela/ssh-allowed_signers.git ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git verify-commit HEAD
|
|
||||||
sleep 3
|
|
||||||
|
|
||||||
export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
||||||
|
|
||||||
cat rc/bashrc >~/.bashrc
|
cat rc/bashrc >~/.bashrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user