Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
1045ccf592
commit
9e52ad9d69
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ if ($query_string ~ "[a-zA-Z0-9_]=http://") {
|
||||||
return 403;
|
return 403;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($query_string ~ "[a-zA-Z0-9_]=https://") {
|
|
||||||
return 403;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($query_string ~ "[a-zA-Z0-9_]=(\.\.//?)+") {
|
if ($query_string ~ "[a-zA-Z0-9_]=(\.\.//?)+") {
|
||||||
return 403;
|
return 403;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue