scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wordpress 3.5.2
[autoinstalls/wordpress.git]
/
wp-content
/
plugins
/
akismet
/
.htaccess
diff --git
a/wp-content/plugins/akismet/.htaccess
b/wp-content/plugins/akismet/.htaccess
index 18eed64033d1ff7fecf6b7178e7d2ebeb92592c8..cfad4685aafcf177c3b335434d96eb1e771fd262 100644
(file)
--- a/
wp-content/plugins/akismet/.htaccess
+++ b/
wp-content/plugins/akismet/.htaccess
@@
-3,4
+3,9
@@
Deny from all
<FilesMatch "^akismet\.(css|js)$">
Allow from all
<FilesMatch "^akismet\.(css|js)$">
Allow from all
+</FilesMatch>
+
+#allow access to any image
+<FilesMatch "^(.+)\.(png|gif)$">
+ Allow from all
</FilesMatch>
\ No newline at end of file
</FilesMatch>
\ No newline at end of file