From 9a493ac2720bc6941a51e8dbf94ea995a5633f8e Mon Sep 17 00:00:00 2001 From: ildyria Date: Mon, 30 Sep 2024 08:50:26 +0200 Subject: [PATCH] more injections --- inject.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inject.sh b/inject.sh index 2cb4a66..5519948 100755 --- a/inject.sh +++ b/inject.sh @@ -31,6 +31,12 @@ if [ "$DEBUGBAR_ENABLED" != '' ]; then if [ "$LIVEWIRE_ENABLED" != '' ]; then replace_or_insert "LIVEWIRE_ENABLED" "$LIVEWIRE_ENABLED" fi +if [ "$VUEJS_ENABLED" != '' ]; then + replace_or_insert "VUEJS_ENABLED" "$VUEJS_ENABLED" + fi +if [ "$LEGACY_API_ENABLED" != '' ]; then + replace_or_insert "LEGACY_API_ENABLED" "$LEGACY_API_ENABLED" + fi if [ "$LOG_VIEWER_ENABLED" != '' ]; then replace_or_insert "LOG_VIEWER_ENABLED" "$LOG_VIEWER_ENABLED" fi