|
|
```
|
|
|
<IfModule mod_headers.c>
|
|
|
<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 "*"
|
... | ... | @@ -112,6 +111,9 @@ |
|
|
</IfModule>
|
|
|
|
|
|
<IfModule mod_rewrite.c>
|
|
|
|
|
|
DirectoryIndex index.html index.php
|
|
|
|
|
|
RewriteEngine On
|
|
|
RewriteCond %{QUERY_STRING} (eval\() [NC,OR]
|
|
|
RewriteCond %{QUERY_STRING} (127\.0\.0\.1) [NC,OR]
|
... | ... | @@ -245,5 +247,3 @@ |
|
|
RewriteRule . /index.php [L]
|
|
|
</IfModule>
|
|
|
# END WordPress |
|
|
|
|
|
``` |
|
|
\ No newline at end of file |