diff options
author | 1024x2 | 2024-09-24 17:08:57 +0100 |
---|---|---|
committer | 1024x2 | 2024-09-24 17:08:57 +0100 |
commit | 7c16e8d1d614b34300393e802222351a5023070d (patch) | |
tree | a987f0f93f9af2000062f87f583dbbcf1d79751e /vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch | |
parent | 2e462229f8b17bd2210118a545c24cdf4a21348c (diff) |
Rebased onto commit cb2848f186f3d074d1a3390643aba70fa481eb6b
Diffstat (limited to 'vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch')
-rw-r--r-- | vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch b/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch index cb9ddad..b08245b 100644 --- a/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch +++ b/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch @@ -1,4 +1,4 @@ -From eaef08a2bec89ea80bb2e419c78968baaba1e7e8 Mon Sep 17 00:00:00 2001 +From 7032f3b6764ccf0b616a58f63aebb5208c9ddcfe Mon Sep 17 00:00:00 2001 From: 1024x2 <2pow11@gmail.com> Date: Sat, 20 Jul 2024 00:21:22 +0100 Subject: [PATCH 7/8] SupportHelper: Disable running arbitrary code snippets @@ -9,7 +9,7 @@ Why is this even a thing? 1 file changed, 22 deletions(-) diff --git a/src/plugins/_core/supportHelper.tsx b/src/plugins/_core/supportHelper.tsx -index de8e37c..7cb0044 100644 +index 432896f..60461f3 100644 --- a/src/plugins/_core/supportHelper.tsx +++ b/src/plugins/_core/supportHelper.tsx @@ -300,28 +300,6 @@ export default definePlugin({ @@ -42,5 +42,5 @@ index de8e37c..7cb0044 100644 return buttons.length -- -2.46.0 +2.46.1 |