+ # Block an abusive fake user agent
+ RewriteCond %{HTTP_USER_AGENT} "=Mozilla/5.0 (Linux; Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36"
+ RewriteRule /.*$ - [F,L]
+
+ # Temporary download rate limit due to upstream fibre connection issues. - 13 Jan 2020
+ <FilesMatch ".+\.(7z|bz2|gz|pbf|tgz|xz)$">
+ SetOutputFilter RATE_LIMIT
+ SetEnv rate-limit 4096
+ SetEnv rate-initial-burst 8192
+ </FilesMatch>