chromium: enable prefetching and profilemanager

This commit is contained in:
Aminda Suomalainen 2024-05-18 18:24:45 +03:00
parent bf85d162d1
commit 2351d43020
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 13 additions and 0 deletions

View File

@ -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)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -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?