jw35 / practice-night-support

A web app for managing support for bellringing practice nights
MIT License
2 stars 0 forks source link

Don't alert for a broke lik if referrer matches request #116

Open jw35 opened 1 year ago

jw35 commented 1 year ago

We already ignore broken link reports unless the Referrer: header points to us. Some scanning tools seem to set Referrer to the same URL as the one that they are requesting which means we get a run of alerts for things we can't do much about:

Referrer: http://autoperry.cambridgeringing.info//small.php
Requested URL: /small.php
User agent: Go-http-client/1.1
IP address:

Probably worth ignoring such events.