chromium: add multiple mutually incompatible policy files

This commit is contained in:
Aminda Suomalainen 2024-02-04 10:21:10 +02:00
parent 13a8956758
commit 902f011468
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
6 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"PrivacySandboxAdMeasurementEnabled": false,
"PrivacySandboxAdTopicsEnabled": false,
"PrivacySandboxPromptEnabled": false,
"PrivacySandboxSiteEnabledAdsEnabled": false
}

View File

@ -0,0 +1,3 @@
{
"IncognitoModeAvailability": "Disabled"
}

View File

@ -0,0 +1,4 @@
{
"EnableOnlineRevocationChecks": true,
"EncryptedClientHelloEnabled": true
}

View File

@ -0,0 +1,4 @@
{
"BrowserLabsEnabled": true,
"ShowHomeButton": true
}

View File

@ -0,0 +1,3 @@
{
"IncognitoModeAvailability": "Forced"
}

View File

@ -0,0 +1,3 @@
{
"DnsOverHttpsMode": "automatic"
}