chromium: allow manifestv2, enable chromecast, safebrowsing, passwordleakdetection, efficiencymode, suggest disabling bookmarks bar and document previously forgotten policies

This commit is contained in:
Aminda Suomalainen 2024-05-11 19:44:16 +03:00
parent d6aae8fb9a
commit 0ad28afe47
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
10 changed files with 72 additions and 1 deletions

View File

@ -33,8 +33,16 @@
- [`doh-quad9-insecure-ecs.json.badidea`](#doh-quad9-insecure-ecsjsonbadidea) - [`doh-quad9-insecure-ecs.json.badidea`](#doh-quad9-insecure-ecsjsonbadidea)
- [`doh-quad9-insecure.json.badidea`](#doh-quad9-insecurejsonbadidea) - [`doh-quad9-insecure.json.badidea`](#doh-quad9-insecurejsonbadidea)
- [`doh-quad9.json`](#doh-quad9json) - [`doh-quad9.json`](#doh-quad9json)
- [`doh-unlocked-unset.json`](#doh-unlocked-unsetjson-1)
- [`edge-appsfavorites.json`](#edge-appsfavoritesjson)
- [`edge-newtabapps.json`](#edge-newtabappsjson)
- [`edge-screenshots.json`](#edge-screenshotsjson)
- [`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-labs.json`](#enable-labsjson) - [`enable-labs.json`](#enable-labsjson)
- [`enable-passwordleakdetection.json`](#enable-passwordleakdetectionjson)
- [`enable-tab-suspend.json`](#enable-tab-suspendjson)
- [`fix-edge-search.json`](#fix-edge-searchjson) - [`fix-edge-search.json`](#fix-edge-searchjson)
- [`force-incognito.json.badidea`](#force-incognitojsonbadidea) - [`force-incognito.json.badidea`](#force-incognitojsonbadidea)
- [`https-everywhere.json`](#https-everywherejson) - [`https-everywhere.json`](#https-everywherejson)
@ -151,7 +159,8 @@ that I can see.
## `disable-floc.json` ## `disable-floc.json`
Disables floc or ad topics that are against privacy. Disables floc or ad topics that are against privacy. Additionally allows
Manifest v2 extensions (as v3 is kind of floc too).
- https://start.duckduckgo.com/?q=google+floc+privacy+topics - https://start.duckduckgo.com/?q=google+floc+privacy+topics
@ -203,6 +212,26 @@ their alternative port. **No DNSSEC either.**
Forces DNS over HTTPS with Quad9 threat-blocking server and also contains Forces DNS over HTTPS with Quad9 threat-blocking server and also contains
their alternative port. their alternative port.
## `doh-unlocked-unset.json`
Allows configuring DoH even with managed policies present (unless another DoH rule is in force) since enabling any managed policy will otherwise gray out the option.
## `edge-appsfavorites.json`
Edge apps in favorites bar.
## `edge-newtabapps.json`
Should enable apps in new tab page, although I am not seeing it.
## `edge-screenshots.json`
Explicitly enables screenshotting-
## `enable-chromecast.json`
Explicitly enables Chromecast support.
## `enable-ech-ocsp.json` ## `enable-ech-ocsp.json`
Enables encrypted client hello (ECH) and Online Certificate Status Protocol Enables encrypted client hello (ECH) and Online Certificate Status Protocol
@ -213,10 +242,24 @@ 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-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`.
## `enable-passwordleakdetection.json`
Warns about password reuse, although that may only be with Google account.
## `enable-tab-suspend.json`
Enables the efficiency mode which suspends background tabs.
## `fix-edge-search.json` ## `fix-edge-search.json`
Tells Microsoft Edge to redirect queries from new tab search box to URL bar Tells Microsoft Edge to redirect queries from new tab search box to URL bar

View File

@ -1,4 +1,5 @@
{ {
"ExtensionManifestV2Availability": true,
"PrivacySandboxAdMeasurementEnabled": false, "PrivacySandboxAdMeasurementEnabled": false,
"PrivacySandboxAdTopicsEnabled": false, "PrivacySandboxAdTopicsEnabled": false,
"PrivacySandboxPromptEnabled": false, "PrivacySandboxPromptEnabled": false,

View File

@ -0,0 +1,7 @@
{
"AccessCodeCastDeviceDuration": 86400,
"AccessCodeCastEnabled": true,
"EnableMediaRouter": true,
"ShowCastIconInToolbar": true,
"ShowCastSessionsStartedByOtherDevices": true
}

View File

@ -0,0 +1,4 @@
{
"SafeBrowsingProtectionLevel": 1,
"SafeBrowsingProxiedRealTimeChecksAllowed": true
}

View File

@ -0,0 +1,3 @@
{
"PasswordLeakDetectionEnabled": true
}

View File

@ -0,0 +1,3 @@
{
"HighEfficiencyModeEnabled": true
}

View File

@ -14,6 +14,7 @@
- [`duckduckgo.json`](#duckduckgojson) - [`duckduckgo.json`](#duckduckgojson)
- [`ecosia.json`](#ecosiajson) - [`ecosia.json`](#ecosiajson)
- [`enable-home.json`](#enable-homejson) - [`enable-home.json`](#enable-homejson)
- [`no-bookmarks-bar.json`](#no-bookmarks-barjson)
- [`README.md`](#readmemd) - [`README.md`](#readmemd)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -48,6 +49,10 @@ Sets and displays recommendation on the use of Ecosia as a search engine by defa
Enables home button by default. Enables home button by default.
## `no-bookmarks-bar.json`
Hides bookmarks bar by default. I just dislike it greatly.
## `README.md` ## `README.md`
You are reading this file, are you not? You are reading this file, are you not?

View File

@ -0,0 +1,3 @@
{
"BookmarkBarEnabled": false
}

View File

@ -3,3 +3,4 @@ disable-default-browser-check.json
duckduckgo.json duckduckgo.json
ecosia.json ecosia.json
enable-home.json enable-home.json
no-bookmarks-bar.json

View File

@ -0,0 +1 @@
../../../chromium/policies/recommended/no-bookmarks-bar.json