diff --git a/docs/PATCHES.md b/docs/PATCHES.md
index 02ec7e987..6837d7d8e 100644
--- a/docs/PATCHES.md
+++ b/docs/PATCHES.md
@@ -171,7 +171,7 @@
|**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|
|**Keep Manta Service Disabled**
Tue, 31 Oct 2023 16:20:12 +0000
File: [Keep-Manta-Service-Disabled.patch](/build/patches/Keep-Manta-Service-Disabled.patch)
Author: Your
Context:
License: ||
|**Keep Side Panel Companion disabled**
Mon, 17 Jul 2023 15:24:16 +0000
File: [Keep-Side-Panel-Companion-disabled.patch](/build/patches/Keep-Side-Panel-Companion-disabled.patch)
Author: uazo
Context:
License: GPL-2.0-or-later ||
-|**Keep disabled FetchLaterAPI**
Thu, 28 Sep 2023 08:11:00 +0000
File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch)
Author: uazo
Context:
License: |Disallow a network request to survive to context destoy|
+|**Keep disabled FetchLaterAPI**
Thu, 28 Sep 2023 08:11:00 +0000
File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Disallow a network request to survive to context destoy.
For Request with active keepalive, if the request does not
start from the same origin.
It also inhibits the blocked request exception to javascript.|
|**Keep empty tabs between sessions**
Wed, 27 Oct 2021 10:57:09 +0000
File: [Keep-empty-tabs-between-sessions.patch](/build/patches/Keep-empty-tabs-between-sessions.patch)
Author: uazo
Context:
License: GPL-3.0-only ||
|**Keep flag to allow screenshots in Incognito mode**
Sat, 9 May 2020 08:33:15 +0200
File: [Keep-flag-to-allow-screenshots-in-Incognito-mode.patch](/build/patches/Keep-flag-to-allow-screenshots-in-Incognito-mode.patch)
Author: csagan5
Context:
License: GPL-3.0-only |See also:
* https://github.com/bromite/bromite/issues/551
* https://github.com/bromite/bromite/issues/1816
* https://bugs.chromium.org/p/chromium/issues/detail?id=920762|
|**Keyboard protection flag**
Tue, 14 Mar 2023 15:48:21 +0000
File: [Keyboard-protection-flag.patch](/build/patches/Keyboard-protection-flag.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Hides user preference on the system keyboard by setting the standard
eng layout and removing the layout information from the javascript
keyboard events.|