We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 849a92e + 73b8065 commit de903b9Copy full SHA for de903b9
docker/web_nginx.conf
@@ -98,7 +98,7 @@ server {
98
set $suspect_arg 0;
99
100
# These requests should not be hit without referrer
101
- if ($request_uri ~* "/(qrcode|admin|wp-login|show-records|borrow|edit)") {
+ if ($request_uri ~* "/(qrcode|admin|wp-login|show-records|edit)") {
102
set $suspect_arg 1;
103
}
104
if ($args ~* "(v=|m=|action=)") {
0 commit comments