mirror of https://gitlab.com/bashrc2/epicyon
Extra bad path
parent
12bff141a6
commit
639a25a8e7
2
utils.py
2
utils.py
|
|
@ -4102,7 +4102,7 @@ def check_bad_path(path: str, allow_local_network_access: bool):
|
|||
if contains_ipv4_address(path_lower):
|
||||
return True
|
||||
|
||||
bad_starts = ('/firebase', '/composer')
|
||||
bad_starts = ('/firebase', '/composer', '/sugar')
|
||||
if string_starts_with(path_lower, bad_starts):
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue