]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: rate limit Browser UA not sending a referer
authorGrant Slater <git@firefishy.com>
Tue, 24 Mar 2020 17:03:18 +0000 (17:03 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 24 Mar 2020 17:03:21 +0000 (17:03 +0000)
Rate limit Browsers which do not send a referer.
Without a referer we are unable to say who is accessing our server.

No referer could be due to some of the following options:
* https accessing http tiles (we have STS is place to avoid)
* Browser Extension blocking referer (eg: uMatrix)
* Site with Referrer-Policy set


No differences found