mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
more escaping
This commit is contained in:
parent
d0f8a52211
commit
19697e1acc
@ -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|\{|\}|\[|\]|\|)" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user