chromium: move safe browsings from managed to recommended

I just don't feel right with them being in managed
This commit is contained in:
Aminda Suomalainen 2024-05-12 18:27:18 +03:00
parent e5fc9bfbaf
commit 87f5c78298
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 12 additions and 13 deletions

View File

@ -40,8 +40,6 @@
- [`edge-screenshots.json`](#edge-screenshotsjson) - [`edge-screenshots.json`](#edge-screenshotsjson)
- [`enable-chromecast.json`](#enable-chromecastjson) - [`enable-chromecast.json`](#enable-chromecastjson)
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson) - [`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-labs.json`](#enable-labsjson)
- [`enable-passwordleakdetection.json`](#enable-passwordleakdetectionjson) - [`enable-passwordleakdetection.json`](#enable-passwordleakdetectionjson)
- [`enable-tab-suspend.json`](#enable-tab-suspendjson) - [`enable-tab-suspend.json`](#enable-tab-suspendjson)
@ -255,17 +253,6 @@ However ECH requires `"DnsOverHttpsMode": "secure"` which will break things
or it will occassionally get disabled (I hope they implement it with system or it will occassionally get disabled (I hope they implement it with system
resolver soon). resolver soon).
## `enable-google-safebrowsing.json`
Enforces Google Safe Browsing in standard mode. For advanced mode and sending data to Google, increase to 2.
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` ## `enable-labs.json`
Enables the beaker button "Experiments" for easier management than `about:flags`. Enables the beaker button "Experiments" for easier management than `about:flags`.

View File

@ -13,6 +13,8 @@
- [`disable-default-browser-check.json`](#disable-default-browser-checkjson) - [`disable-default-browser-check.json`](#disable-default-browser-checkjson)
- [`duckduckgo.json`](#duckduckgojson) - [`duckduckgo.json`](#duckduckgojson)
- [`ecosia.json`](#ecosiajson) - [`ecosia.json`](#ecosiajson)
- [`enable-google-safebrowsing.json`](#enable-google-safebrowsingjson)
- [`enable-google-safebrowsing-less-private.json.sample`](#enable-google-safebrowsing-less-privatejsonsample)
- [`enable-home.json`](#enable-homejson) - [`enable-home.json`](#enable-homejson)
- [`no-bookmarks-bar.json`](#no-bookmarks-barjson) - [`no-bookmarks-bar.json`](#no-bookmarks-barjson)
- [`README.md`](#readmemd) - [`README.md`](#readmemd)
@ -45,6 +47,16 @@ Sets and displays recommendation on the use of start.duckduckgo.com as a search
Sets and displays recommendation on the use of Ecosia as a search engine by default. Sets and displays recommendation on the use of Ecosia as a search engine by default.
## `enable-google-safebrowsing.json`
Enforces Google Safe Browsing in standard mode. For advanced mode and
sending data to Google, increase to 2 or see the sample below.
## `enable-google-safebrowsing-less-private.json.sample`
This would enable Google Safebrowsing and send additional data to Google
including downloads etc.
## `enable-home.json` ## `enable-home.json`
Enables home button by default. Enables home button by default.