mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user