Skip to content

Commit

Permalink
more injections
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Sep 30, 2024
1 parent 4de7db5 commit 9a493ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a493ac

Please sign in to comment.