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 | 8 |
1 files changed, 4 insertions, 4 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 b08245b..f8ba91f 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 7032f3b6764ccf0b616a58f63aebb5208c9ddcfe Mon Sep 17 00:00:00 2001 +From c2d4c2862a42261c25eb38622d283be1be237252 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,10 +9,10 @@ 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 432896f..60461f3 100644 +index 1b9ce16..131b430 100644 --- a/src/plugins/_core/supportHelper.tsx +++ b/src/plugins/_core/supportHelper.tsx -@@ -300,28 +300,6 @@ export default definePlugin({ +@@ -301,28 +301,6 @@ export default definePlugin({ </Button> ); } @@ -42,5 +42,5 @@ index 432896f..60461f3 100644 return buttons.length -- -2.46.1 +2.47.1 |