chromium: add enable-google-safebrowsing-less-private.json.sample

This commit is contained in:
Aminda Suomalainen 2024-05-11 20:34:36 +03:00
parent e2dd25113a
commit 4743efb556
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 12 additions and 0 deletions

View File

@ -40,6 +40,7 @@
- [`enable-chromecast.json`](#enable-chromecastjson)
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
- [`enable-google-safebrowsing.json`](#enable-google-safebrowsingjson)
- [`enable-google-safebrowsing-less-private.json.sample`](#enable-google-safebrowsing-less-privatejsonsample)
- [`enable-labs.json`](#enable-labsjson)
- [`enable-passwordleakdetection.json`](#enable-passwordleakdetectionjson)
- [`enable-tab-suspend.json`](#enable-tab-suspendjson)
@ -248,6 +249,11 @@ Enforces Google Safe Browsing in standard mode. For advanced mode and sending da
I just don't trust my family to not find and disable the feature, especially if there was an unfiltered DNS server.
## `enable-google-safebrowsing-less-private.json.sample`
This would enable Google Safebrowsing and send additional data to Google
including downloads etc.
## `enable-labs.json`
Enables the beaker button "Experiments" for easier management than `about:flags`.

View File

@ -0,0 +1,6 @@
{
"SafeBrowsingProtectionLevel": 2,
"SafeBrowsingProxiedRealTimeChecksAllowed": true,
"SafeBrowsingExtendedReportingEnabled": true,
"AdvancedProtectionAllowed": true
}