git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2011-06-21 Adam Barth <abarth@webkit.org>
[WebKit-https.git]
/
Websites
/
bugs.webkit.org
/
.htaccess
diff --git
a/Websites/bugs.webkit.org/.htaccess
b/Websites/bugs.webkit.org/.htaccess
index a3d89e4597283fd253656b182dc9df6ebfe3c085..64e9809f2f4309285366753e8982b29ccad784f1 100644
(file)
--- a/
Websites/bugs.webkit.org/.htaccess
+++ b/
Websites/bugs.webkit.org/.htaccess
@@
-5,3
+5,6
@@
<FilesMatch ^(localconfig.js|localconfig.rdf)$>
allow from all
</FilesMatch>
<FilesMatch ^(localconfig.js|localconfig.rdf)$>
allow from all
</FilesMatch>
+
+# Force all connections to HTTPS for 90 days at a time.
+Header set Strict-Transport-Security "max-age=7776000"