Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-01-25 06:21:25 +01:00
committed by GitHub
parent 1045ccf592
commit 9e52ad9d69

View File

@@ -16,10 +16,6 @@ if ($query_string ~ "[a-zA-Z0-9_]=http://") {
return 403;
}
if ($query_string ~ "[a-zA-Z0-9_]=https://") {
return 403;
}
if ($query_string ~ "[a-zA-Z0-9_]=(\.\.//?)+") {
return 403;
}