Bad path string

main
bashrc 2026-04-21 12:50:00 +01:00
parent efca7f7b5c
commit 19f84344a9
1 changed files with 1 additions and 1 deletions

View File

@ -4150,7 +4150,7 @@ def check_bad_path(path: str):
'/sftp.', '/sftp-', '/statistics',
'/config/', 'settings.', 'credentials',
'/packs/', '/backend/', '/apis/',
'/laravel/', '/js/')
'/laravel/', '/js/', '/root/')
if string_contains(path_lower, bad_strings):
return True