Closed
Bug 1307575
Opened 9 years ago
Closed 8 years ago
Enable HTTP Strict Transport Security (HSTS) on wiki.mozilla.org
Categories
(Websites :: wiki.mozilla.org, defect)
Websites
wiki.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: April, Unassigned)
References
()
Details
Can we please set the HSTS header on wiki.m.o, please? This will ensure that users only visit the site over HTTPS. Thanks so much, I really appreciate it!
> Strict-Transport-Security: max-age=63072000
Comment 1•8 years ago
|
||
Has since been added :-)
$ curl -IL http://wiki.mozilla.org/
HTTP/1.1 301 Moved Permanently
Location: https://wiki.mozilla.org/
...
HTTP/1.1 301 Moved Permanently
Strict-Transport-Security: max-age=15768000;
Location: https://wiki.mozilla.org/Main_Page
...
HTTP/1.1 200 OK
Strict-Transport-Security: max-age=15768000;
...
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•