Changelog was last updated on: April 09 2026 15:30:03.
======
## 2026-04-09 RFincken
Reverted: Denied uuid4 in URL parameter.
Source: rju3f78v
## 2026-04-07 RFincken
Removed BD|IR|IL from central blocklist
Added googlebot full IP range to allowlist
## 2026-04-03 RFincken
Denied uuid4 in URL parameter
```
if ($query_string ~* "\w{8}-\w{4}-4\w{3}-\w{4}-\w{12}") {
return 418;
}
```
## 2026-03-25 RFincken
Added China and Russia using ip2location blocklist
## 2026-02-18 RFincken
Allow user agent exception
## 2026-02-03 RFincken
Blocking php files in themes
## 2026-01-23 RFincken
Blocking http 1.1 and less for .php calls, returning 418 http code
Blocking empty user agents or "-" user agents