~canonical-sysadmins/wordpress/4.7.1

« back to all changes in this revision

Viewing changes to wp-content/plugins/akismet/.htaccess

  • Committer: Barry Price
  • Date: 2016-06-22 02:23:41 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: barry.price@canonical.com-20160622022341-9qrp2nesacwfx017
Merge WP4.5.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
</IfModule>
13
13
 
14
14
# Akismet CSS and JS
15
 
<FilesMatch "^(form|akismet)\.(css|js)$">
 
15
<FilesMatch "^(form\.js|akismet\.js|akismet\.css)$">
16
16
        <IfModule !mod_authz_core.c>
17
17
                Allow from all
18
18
        </IfModule>
23
23
</FilesMatch>
24
24
 
25
25
# Akismet images
26
 
<FilesMatch "^(.+)\.(png|gif)$">
 
26
<FilesMatch "^logo-full-2x\.png$">
27
27
        <IfModule !mod_authz_core.c>
28
28
                Allow from all
29
29
        </IfModule>