Re-add H5BP htaccess markers

This commit is contained in:
Ben Word
2012-04-29 20:03:03 -06:00
parent 8a3b2cf142
commit 9c64e231ac

View File

@@ -1,3 +1,5 @@
# BEGIN HTML5 Boilerplate
### ###
### This contains the HTML5 Boilerplate .htaccess that can be found at: ### This contains the HTML5 Boilerplate .htaccess that can be found at:
### github.com/h5bp/html5-boilerplate/blob/master/.htaccess ### github.com/h5bp/html5-boilerplate/blob/master/.htaccess
@@ -553,4 +555,6 @@ AddCharset utf-8 .css .js .xml .json .rss .atom
# Increase cookie security # Increase cookie security
<IfModule php5_module> <IfModule php5_module>
php_value session.cookie_httponly true php_value session.cookie_httponly true
</IfModule> </IfModule>
# END HTML5 Boilerplate