mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
there's about... 7million hits a day from sites passing a referrer of forks/kernel or forks/firefox where they are fetching static content over and over and over. This may be because before they were blocked from the forks themselves they were also downloading the js and static content, and now they are just too dumb to see the 403 and still want to fetch the old static content. Fortunately, they send a referrer we can match on. So, this should cut load another chunk. Signed-off-by: Kevin Fenzi <kevin@scrye.com>