mozilla / chat.mozillafoundation.org

Open source Slack-alternative in Golang and React - Mattermost
http://mattermost.org
Other
4 stars 6 forks source link

Figure out how to implement HSTS headers on chat.mozillafoundation.org #28

Closed cadecairos closed 8 years ago

cadecairos commented 8 years ago

Two options I can think of right now:

  1. add an nginx process to the procfile to act as a proxy to the mattermost API (probably doable in a day)
  2. get Mattermost to support enabling HSTS headers. (takes longer)
cadecairos commented 8 years ago

Fixed this using a cloudfront distribution.