Skip to content

Instantly share code, notes, and snippets.

@romanoffs
Last active June 16, 2018 22:11
Show Gist options
  • Save romanoffs/5609a4228ae5109bb0a8d8316d5c953e to your computer and use it in GitHub Desktop.
Save romanoffs/5609a4228ae5109bb0a8d8316d5c953e to your computer and use it in GitHub Desktop.
disabled access wget user agent (apache2)
RewriteCond %{HTTP_USER_AGENT} wget [NC]
RewriteRule .* - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment