Skip to content

Commit

Permalink
include www_path regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmke authored and jstucke committed Aug 5, 2022
1 parent 43c0577 commit a0b84b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PATH_REGEX = {
'user_paths': re.compile(rb'/home/[^%\n \x00]+'),
'root_path': re.compile(rb'/root/[^%\n \x00]+'),
'www_path': re.compile(rb'/var/www/[^/%]+/[^\n \x00]+')
'www_path': re.compile(rb'/var/www/[^\n \x00]+')
}

FILES_REGEX = {
Expand Down

0 comments on commit a0b84b4

Please sign in to comment.