mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
chromium: add multiple mutually incompatible policy files
This commit is contained in:
parent
13a8956758
commit
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"
|
||||
}
|
4
etc/opt/chromium/policies/managed/enable-ech-ocsp.json
Normal file
4
etc/opt/chromium/policies/managed/enable-ech-ocsp.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"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…
Reference in New Issue
Block a user