Update lib/h5bp-htaccess

Removed redundant duplication comment. Just a tiny a tiny thing
This commit is contained in:
Adam Lynch
2013-02-24 00:59:11 +01:00
parent 43f44a4f01
commit 7d37b88562

View File

@@ -5,7 +5,7 @@
### https://github.com/h5bp/server-configs/blob/master/apache/.htaccess
###
### Added:
### Block access to access to WordPress files that reveal version information.
### Block access to WordPress files that reveal version information.
###
### Removed:
### Expires headers: Use W3 Total Cache
@@ -417,4 +417,4 @@ AddCharset utf-8 .atom .css .js .json .rss .vtt .xml
# Increase cookie security
<IfModule mod_php5.c>
php_value session.cookie_httponly true
</IfModule>
</IfModule>