From: Grant Slater Date: Tue, 24 Mar 2020 17:03:18 +0000 (+0000) Subject: tilecache: rate limit Browser UA not sending a referer X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/751317da2082df39c5fa65f432aa70d68bd8c1ac?hp=751317da2082df39c5fa65f432aa70d68bd8c1ac tilecache: rate limit Browser UA not sending a referer 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 ---