ExpiresActive On
RewriteEngine on
+ #
+ # Configure on the fly compression
+ #
+ AddOutputFilterByType DEFLATE image/svg+xml
+
#
# Add the unique ID to the request headers
#
RewriteCond %{HTTP_USER_AGENT} tilesAtHome
RewriteRule . - [F,L]
+ #
+ # Block changeset scraper
+ #
+ RewriteCond %{HTTP_USER_AGENT} "OSMApp Tuner"
+ RewriteRule . - [F,L]
+
#
# Block requests for the old 404 map tile
#