Skip to content

Instantly share code, notes, and snippets.

@Fixmysite
Created March 8, 2020 22:02
Show Gist options
  • Select an option

  • Save Fixmysite/72c399f53867748a8ebde3e06e5f8918 to your computer and use it in GitHub Desktop.

Select an option

Save Fixmysite/72c399f53867748a8ebde3e06e5f8918 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?fixmysite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ – [NC,F,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment