Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created March 27, 2015 20:04
Show Gist options
  • Save ericakfranz/ec02fedc3ce655f2464f to your computer and use it in GitHub Desktop.
Save ericakfranz/ec02fedc3ce655f2464f to your computer and use it in GitHub Desktop.
Block spam bots originating from social-buttons.com
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*social\-buttons\.com\ [NC,OR]
RewriteRule .* – [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment