|
```
|
|
```
|
|
|
|
|
|
<files xmlrpc.php>
|
|
|
|
Order deny,allow
|
|
|
|
Deny from all
|
|
|
|
|
|
|
|
# Whitelist Jetpack / Automattic CIDR IP Address Blocks
|
|
|
|
# http://whois.arin.net/rest/org/AUTOM-93/nets
|
|
|
|
Allow from 2620:115:C000::/40
|
|
|
|
Allow from 76.74.255.0/25
|
|
|
|
Allow from 76.74.248.128/25
|
|
|
|
Allow from 198.181.116.0/24
|
|
|
|
Allow from 192.0.64.0/18
|
|
|
|
Allow from 64.34.206.0/24
|
|
|
|
Allow from 66.155.105.128/26
|
|
|
|
Allow from 2001:1978:1E00:3::/64
|
|
|
|
Allow from 69.90.253.0/24
|
|
|
|
</files>
|
|
|
|
|
|
|
|
<IfModule mod_headers.c>
|
|
<IfModule mod_headers.c>
|
|
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$">
|
|
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$">
|
|
Header set Access-Control-Allow-Origin "*"
|
|
Header set Access-Control-Allow-Origin "*"
|
... | | ... | |