Check for removal

main
bashrc 2026-04-21 16:18:58 +01:00
parent 4fcc1446c0
commit 5385c1571c
1 changed files with 1 additions and 1 deletions

View File

@ -4144,7 +4144,7 @@ def check_bad_path(path: str):
if string_ends_with(path_lower, bad_endings):
return True
if '/.ghost/activitypub/' in path_lower:
if '/.ghost/activitypub/' in path_lower and '/.' in bad_strings:
bad_strings.remove('/.')
if string_contains(path_lower, bad_strings):