From c332245d4884c1b0fe19b35471b19af9cb0cd550 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sun, 21 Mar 2021 14:45:22 +0100 Subject: [PATCH] Document missing features in README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0604b64b..b8c9d301 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042` * disable scroll-to-text-fragment * reduced referer granularity * block gateway attacks via websockets +* use 64-bit ABI for webview processes +* make all favicon requests on-demand ([supercookie](https://supercookie.me/) mitigation) +* enable all network isolation features (`PartitionConnectionsByNetworkIsolationKey`, `PartitionHttpServerPropertiesByNetworkIsolationKey`, `SplitHostCacheByNetworkIsolationKey`, `AppendFrameOriginToNetworkIsolationKey`, `SplitCacheByNetworkIsolationKey`, `UseRegistrableDomainInNetworkIsolationKey`, `PartitionSSLSessionsByNetworkIsolationKey`, `PartitionExpectCTStateByNetworkIsolationKey`, `PartitionDomainReliabilityByNetworkIsolationKey`) +* ignore enterprise policies that disallow secure DNS +* ask permission to play protected media +* disable the DIAL repeating discovery ## Features not related to privacy * import/export bookmarks @@ -73,8 +79,10 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042` * view source of pages * timezone customization * sticky desktop mode setting -* disable video autoplay by default +* disable video autoplay by default, reintroduce site settings * mobile/desktop user agent customization +* accessibility preference to force tablet UI +* use Alt+D to focus address bar You can inspect all functionality/privacy changes by reading the [patches](https://github.com/bromite/bromite/tree/master/build/patches) and/or the [CHANGELOG](./CHANGELOG.md). @@ -86,20 +94,23 @@ Flags which have been retired from upstream Chromium but are still available in * `#pull-to-refresh` * `#enable-search-ready-omnibox` * `#darken-websites-checkbox-in-themes-setting` -* `#simplified-ntp` -* `#enable-text-fragment-anchor` +* `#simplified-ntp`, enabled by default +* `#enable-text-fragment-anchor`, disabled by default * `#num-raster-threads` +* `#enable-image-reader`, enabled by default New flags: -* `#fingerprinting-canvas-image-data-noise`, `#fingerprinting-client-rects-noise` and `#fingerprinting-canvas-measuretext-noise` -* `#enable-incognito-snapshots-in-android-recents` +* `#fingerprinting-canvas-image-data-noise`, `#fingerprinting-client-rects-noise` and `#fingerprinting-canvas-measuretext-noise`, enabled by default +* `#enable-incognito-snapshots-in-android-recents`, disabled by default * `#max-connections-per-host` * `#resume-background-video` * `#ipv6-probing` * `#disable-webgl` * `#enable-device-motion` and `#enable-device-orientation` * `#show-legacy-tls-warnings` +* `#save-data-header`, disabled by default +* `#export-bookmarks-use-saf`, enabled by default # Privacy limitations