mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 15:33:32 +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;
|
||||
}
|
||||
|
||||
if ($query_string ~ "[a-zA-Z0-9_]=https://") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
if ($query_string ~ "[a-zA-Z0-9_]=(\.\.//?)+") {
|
||||
return 403;
|
||||
}
|
||||
|
Reference in New Issue
Block a user