[AUTO][DOC] Generate patches doc for master branch (#1467)

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