Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Last active February 18, 2021 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaworowicz/f5a95dc3ccea82cb6e4cbd35a34246e5 to your computer and use it in GitHub Desktop.
Save jaworowicz/f5a95dc3ccea82cb6e4cbd35a34246e5 to your computer and use it in GitHub Desktop.
#Dodaj do htaccess
#Blokada xmlrpc.php
#Zezwól na JetPACK
<Files xmlrpc.php>
Order Deny,Allow
Deny from all
Allow from 192.0.64.0/18
Satisfy All
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment