Remove block on Chrome/74 (#16519)
Observed the (beneficial) wayback machine was sending this user agent string when making archive requests, but has been reporting 403's when interacting with DEV recently.
This commit is contained in:
parent
509e7d0e78
commit
7f5247d427
1 changed files with 0 additions and 3 deletions
|
|
@ -40,9 +40,6 @@ sub vcl_recv {
|
|||
# Spoofed user agent, Firefox 62 was released in Sep 2018, this line added
|
||||
# in Dec 2021.
|
||||
|| (req.http.user-agent ~ "Firefox/62.0" && req.http.user-agent ~ "Win64")
|
||||
# Spoofed user agent, Chrome 74 was released in April 2019, this line added
|
||||
# in Dec 2021.
|
||||
|| req.http.user-agent ~ "Chrome/74"
|
||||
# DEV gets an order of magnitude more traffic from AhrefsBot than any other
|
||||
# search crawler.
|
||||
|| req.http.user-agent ~ "AhrefsBot"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue