mozilla / standup

web app that logs daily standup updates
https://www.standu.ps
BSD 3-Clause "New" or "Revised" License
65 stars 32 forks source link

Implement HTTP Security Headers (XCTO, XFO, XXSSP) #223

Closed freddyb closed 8 years ago

freddyb commented 8 years ago

This bug is about implementing basic HTTP security headers.

Doing so comes at no cost and will certainly not break anything, given how the app currently works.

freddyb commented 8 years ago

XFO is #225. X-XSS-P should be enabled, if I read this line correctly, but it isn't :-( XCTO is #226

pmac commented 8 years ago

These are all done. Thanks!