more escaping

This commit is contained in:
Ulf Gebhardt 2022-01-06 08:03:16 +01:00
parent d0f8a52211
commit 19697e1acc
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -40,7 +40,7 @@ location ~* "(https?|ftp|php):/" {
location ~* "(=\\\'|=\\%27|/\\\'/?)\." { location ~* "(=\\\'|=\\%27|/\\\'/?)\." {
deny all; deny all;
} }
location ~ "(\{0\}|\(/\(|\.\.\.|\+\+\+|\\\\"\\\\")" { location ~ "(\{0\}|\(/\(|\.\.\.|\+\+\+|\\\"\\\")" {
deny all; deny all;
} }
location ~ "(~|`|<|>|:|;|%|\\|\s|\{|\}|\[|\]|\|)" { location ~ "(~|`|<|>|:|;|%|\\|\s|\{|\}|\[|\]|\|)" {