]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/.htaccess
Wordpress 4.5.3
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / .htaccess
index f271986ee72a77482186ded595d98b7a12933866..49d72d71d2507ea5830039e016e438258acb8e36 100644 (file)
@@ -12,7 +12,7 @@
 </IfModule>
 
 # Akismet CSS and JS
 </IfModule>
 
 # Akismet CSS and JS
-<FilesMatch "^(form|akismet)\.(css|js)$">
+<FilesMatch "^(form\.js|akismet\.js|akismet\.css)$">
        <IfModule !mod_authz_core.c>
                Allow from all
        </IfModule>
        <IfModule !mod_authz_core.c>
                Allow from all
        </IfModule>
@@ -23,7 +23,7 @@
 </FilesMatch>
 
 # Akismet images
 </FilesMatch>
 
 # Akismet images
-<FilesMatch "^(.+)\.(png|gif)$">
+<FilesMatch "^logo-full-2x\.png$">
        <IfModule !mod_authz_core.c>
                Allow from all
        </IfModule>
        <IfModule !mod_authz_core.c>
                Allow from all
        </IfModule>