Skip to content

Instantly share code, notes, and snippets.

@b4z81
Created April 12, 2012 13:25
Show Gist options
  • Save b4z81/2367195 to your computer and use it in GitHub Desktop.
Save b4z81/2367195 to your computer and use it in GitHub Desktop.
htaccess: font
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?tuosito.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?tuosito2.com [NC]
RewriteRule \.(ttf|svg|eot|woff)$ http://hpmouse.googlepages.com/hotlink.gif [NC,R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment