mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
chromium: add enable-google-safebrowsing-less-private.json.sample
This commit is contained in:
parent
e2dd25113a
commit
4743efb556
@ -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`.
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"SafeBrowsingProtectionLevel": 2,
|
||||
"SafeBrowsingProxiedRealTimeChecksAllowed": true,
|
||||
"SafeBrowsingExtendedReportingEnabled": true,
|
||||
"AdvancedProtectionAllowed": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user