From 1afd7c2bc38721e3c503516c140142cb7b916b21 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:17:58 +0000 Subject: [PATCH] [AUTO][DOC] Generate patches doc for master branch --- docs/PATCHES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/PATCHES.md b/docs/PATCHES.md index b8f32280..3b347855 100644 --- a/docs/PATCHES.md +++ b/docs/PATCHES.md @@ -91,7 +91,6 @@ |**Disable TLS resumption**
Thu, 24 Mar 2022 10:08:00 +0000
File: [Disable-TLS-resumption.patch](/build/patches/Disable-TLS-resumption.patch)
Author: uazo
Context:
License: GPL-3.0-only |Disable resumption feature for all HTTPS and QUIC connections;
the feature could be used to track users even without cookies.
Sessions are not currently saved to disk in Chromium (although
there is support for it) but are long enough to constitute a
privacy risk (2h for TLS 1.2 and 7 days for TLS 1.3) if user
does not frequently close the browser.
Since session information is not kept in the HTTP cache it is
not cleared when deleting navigation data (although it is possible
to clear it by selecting "passwords").
Two new user configurable flags are introduced:
* kDisableTLSResumption, active by default
* kLogTLSResumption, that would allow to find in logcat reused
sessions in lines matching "SSL Log:"
See also:
* https://arxiv.org/abs/1810.07304| |**Disable UA full version**
Wed, 16 Feb 2022 14:28:58 +0000
File: [Disable-UA-full-version.patch](/build/patches/Disable-UA-full-version.patch)
Author: uazo
Context:
License: GPL-3.0-only |getHighEntropyValues will return only the major version| |**Disable WebGPU**
Mon, 1 May 2023 12:07:49 +0000
File: [Disable-WebGPU.patch](/build/patches/Disable-WebGPU.patch)
Author: uazo
Context:
License: GPL-2.0-or-later || -|**Disable add to home screen prompt**
Wed, 28 Sep 2022 00:54:10 +0200
File: [Disable-add-to-home-screen-prompt.patch](/build/patches/Disable-add-to-home-screen-prompt.patch)
Author: csagan5
Context:
License: GPL-3.0-only || |**Disable all predictors code**
Tue, 25 Jan 2022 12:22:52 +0000
File: [Disable-all-predictors-code.patch](/build/patches/Disable-all-predictors-code.patch)
Author: uazo
Context:
License: GPL-3.0-only || |**Disable all promo dialogs**
Tue, 12 Jun 2018 15:09:26 +0200
File: [Disable-all-promo-dialogs.patch](/build/patches/Disable-all-promo-dialogs.patch)
Author: uazo
Context:
License: GPL-2.0-or-later || |**Disable conversion measurement api**
Mon, 15 Nov 2021 09:43:29 +0000
File: [Disable-conversion-measurement-api.patch](/build/patches/Disable-conversion-measurement-api.patch)
Author: uazo
Context:
License: GPL-3.0-only |Disable Conversion Measurement API by disabling the flag and removing
support for the AttributionReporting provider. it also removes
the handling of attributions via intents between apps.
This patch enforces the deactivation by preventing the report from
being sent and being saved to disk, although it is currently in uncalled code.|