Skip to content

Commit de903b9

Browse files
authored
Merge pull request #10834 from internetarchive/fix/revert-borrow-noref-block
Revert some of the suspect traffic blocks
2 parents 849a92e + 73b8065 commit de903b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/web_nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ server {
9898
set $suspect_arg 0;
9999

100100
# These requests should not be hit without referrer
101-
if ($request_uri ~* "/(qrcode|admin|wp-login|show-records|borrow|edit)") {
101+
if ($request_uri ~* "/(qrcode|admin|wp-login|show-records|edit)") {
102102
set $suspect_arg 1;
103103
}
104104
if ($args ~* "(v=|m=|action=)") {

0 commit comments

Comments
 (0)