From 233cd4f85615886c5891e42fe75b98113e79e1e8 Mon Sep 17 00:00:00 2001
From: uazo <29201891+uazo@users.noreply.github.com>
Date: Thu, 29 Aug 2024 07:14:27 +0000
Subject: [PATCH] [AUTO][DOC] Generate patches doc for master branch
---
docs/PATCHES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/PATCHES.md b/docs/PATCHES.md
index e1b9a085..7ae26e33 100644
--- a/docs/PATCHES.md
+++ b/docs/PATCHES.md
@@ -171,7 +171,7 @@
|**Improve plain text rendering on mobile**
Mon, 30 May 2022 22:25:04 -0400
File: [Improve-plain-text-rendering-on-mobile.patch](/build/patches/Improve-plain-text-rendering-on-mobile.patch)
Author: mauve
Context:
License: GPL-3.0-only ||
|**Improve the browser sandbox**
Fri, 17 Feb 2023 16:23:20 +0000
File: [Improve-the-browser-sandbox.patch](/build/patches/Improve-the-browser-sandbox.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |by enabling network service sandbox and CIG in windows and
using the new flags on android|
|**Increase number of autocomplete matches to 10**
Sun, 27 Oct 2019 10:18:39 +0100
File: [Increase-number-of-autocomplete-matches-to-10.patch](/build/patches/Increase-number-of-autocomplete-matches-to-10.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Patch adapted from https://github.com/Eloston/ungoogled-chromium/issues/814#issuecomment-526874703|
-|**Inject scripts for AMP, tracking, ads and video**
Sat, 28 Oct 2017 10:09:41 +0200
File: [Inject-scripts-for-AMP-tracking-ads-and-video.patch](/build/patches/Inject-scripts-for-AMP-tracking-ads-and-video.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Remove AMP, tracking and ads from search/news results
Break Page Visibility API and Fullscreen API for youtube.com and vimeo.com to allow playing videos in background (original Javascript code by timdream)
Set proper injection script nonce
Send a random key press to circumvent idle status detection|
+|**Inject scripts for AMP, tracking, ads and video**
Sat, 28 Oct 2017 10:09:41 +0200
File: [Inject-scripts-for-AMP-tracking-ads-and-video.patch](/build/patches/Inject-scripts-for-AMP-tracking-ads-and-video.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Remove AMP, tracking and ads from search results
Break Page Visibility API and Fullscreen API for youtube.com and
vimeo.com to allow playing videos in background (original Javascript
code by timdream)
Set proper injection script nonce
Send a random key press to circumvent idle status detection|
|**Internal firewall**
Sat, 15 Apr 2023 11:48:49 +0000
File: [Internal-firewall.patch](/build/patches/Internal-firewall.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Introduces a kind of firewall on http calls made by the
browser that allows selective blocking via the NetworkTrafficAnnotationTag.
allowed or explicitly blocked calls are defined
in services/firewall/tools/rules.xml|
|**Invalidate components public key**
Fri, 10 Jun 2022 14:21:13 +0200
File: [Invalidate-components-public-key.patch](/build/patches/Invalidate-components-public-key.patch)
Author: csagan5
Context:
License: GPL-3.0-only |This prevents usage of any signed component|
|**JIT site settings**
Sat, 29 Jan 2022 15:22:45 +0000
File: [JIT-site-settings.patch](/build/patches/JIT-site-settings.patch)
Author: fgei
Context:
License: GPL-3.0-only |Adds a content setting to manage Javascript JIT, disabled by default.
Since the interface of the content settings foresees an eTLD origin
it requires the activation of SitePerProcess and StrictOriginIsolation
to make sure that the instantiated RenderProcess can have JIT correctly set.
Without those features, the RenderProcess would be shared between all eTLD+1.
note: needs SitePerProcess and StrictOriginIsolation flags enabled
Require: Content-settings-infrastructure.patch|