From 2351d43020b7b58668eca4cf9cda1a195807d0d9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 18 May 2024 18:24:45 +0300 Subject: [PATCH] chromium: enable prefetching and profilemanager --- etc/opt/chromium/policies/managed/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index 2ebf1d00..accdb78a 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -55,6 +55,8 @@ - [`fix-edge-search.json`](#fix-edge-searchjson) - [`generative-ai.json`](#generative-aijson) - [`https-everywhere.json`](#https-everywherejson) +- [`prefetch.json`](#prefetchjson) +- [`profilemanager.json`](#profilemanagerjson) - [`README.md`](#readmemd) @@ -316,6 +318,17 @@ This file evolved to merge another one, so now it: - Forces HTTPS-only mode to be enabled. - Attempts to upgrade `http://` queries to `https://` +## `prefetch.json` + +Enables prefetching. Will make sites very speedy, but decreases privacy and may +conflict with uBlock Origin. However AdNauseam is already clicking those ads, so +maybe it's not that big of an issue. + +## `profilemanager.json` + +Forces the profile screen even with only one profile. I love the feature in Firefox +and want to see it here too, now that I accidentally noticed it. + ## `README.md` You are reading this file, are you not?