mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
2 Commits
13a8956758
...
3c9a97ed2f
Author | SHA1 | Date | |
---|---|---|---|
3c9a97ed2f | |||
902f011468 |
6
etc/opt/chromium/policies/managed/disable-floc.json
Normal file
6
etc/opt/chromium/policies/managed/disable-floc.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"PrivacySandboxAdMeasurementEnabled": false,
|
||||||
|
"PrivacySandboxAdTopicsEnabled": false,
|
||||||
|
"PrivacySandboxPromptEnabled": false,
|
||||||
|
"PrivacySandboxSiteEnabledAdsEnabled": false
|
||||||
|
}
|
3
etc/opt/chromium/policies/managed/disable-incognito.json
Normal file
3
etc/opt/chromium/policies/managed/disable-incognito.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"IncognitoModeAvailability": "Disabled"
|
||||||
|
}
|
6
etc/opt/chromium/policies/managed/enable-ech-ocsp.json
Normal file
6
etc/opt/chromium/policies/managed/enable-ech-ocsp.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"AdditionalDnsQueryTypesEnabled": true,
|
||||||
|
"BuiltInDnsClientEnabled": true,
|
||||||
|
"EnableOnlineRevocationChecks": true,
|
||||||
|
"EncryptedClientHelloEnabled": true
|
||||||
|
}
|
4
etc/opt/chromium/policies/managed/enable-home-labs.json
Normal file
4
etc/opt/chromium/policies/managed/enable-home-labs.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"BrowserLabsEnabled": true,
|
||||||
|
"ShowHomeButton": true
|
||||||
|
}
|
3
etc/opt/chromium/policies/managed/force-incognito.json
Normal file
3
etc/opt/chromium/policies/managed/force-incognito.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"IncognitoModeAvailability": "Forced"
|
||||||
|
}
|
3
etc/opt/chromium/policies/managed/restore-doh.json
Normal file
3
etc/opt/chromium/policies/managed/restore-doh.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"DnsOverHttpsMode": "automatic"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user