mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium}: add small hints of possibly being connected to Russia
https://krebsonsecurity.com/2021/05/try-this-one-weird-trick-russian-hackers-hate/
This commit is contained in:
parent
9b348b16cc
commit
a4f3943073
@ -77,6 +77,7 @@
|
|||||||
"https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/DNS/blocklist.txt",
|
"https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/DNS/blocklist.txt",
|
||||||
"ublock-quick-fixes",
|
"ublock-quick-fixes",
|
||||||
"FIN-0",
|
"FIN-0",
|
||||||
|
"RUS-0",
|
||||||
"https://big.oisd.nl",
|
"https://big.oisd.nl",
|
||||||
"ublock-annoyances",
|
"ublock-annoyances",
|
||||||
"adguard-mobile-app-banners"
|
"adguard-mobile-app-banners"
|
||||||
@ -355,9 +356,9 @@
|
|||||||
"Value": "once"
|
"Value": "once"
|
||||||
},
|
},
|
||||||
"intl.accept_languages": {
|
"intl.accept_languages": {
|
||||||
"Status": "default",
|
"Status": "locked",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": "fi, en"
|
"Value": "fi, en, ru"
|
||||||
},
|
},
|
||||||
"javascript.use_us_english_locale": {
|
"javascript.use_us_english_locale": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
"https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/DNS/blocklist.txt",
|
"https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/DNS/blocklist.txt",
|
||||||
"ublock-quick-fixes",
|
"ublock-quick-fixes",
|
||||||
"FIN-0",
|
"FIN-0",
|
||||||
|
"RUS-0",
|
||||||
"https://big.oisd.nl",
|
"https://big.oisd.nl",
|
||||||
"ublock-annoyances",
|
"ublock-annoyances",
|
||||||
"adguard-mobile-app-banners"
|
"adguard-mobile-app-banners"
|
||||||
|
7
etc/opt/chromium/policies/managed/languages.json
Normal file
7
etc/opt/chromium/policies/managed/languages.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"ForcedLanguages": [
|
||||||
|
"fi",
|
||||||
|
"en",
|
||||||
|
"ru"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user