diff options
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 |