Closed arcuses closed 3 years ago
Thanks for the software. Hoping you can help with adding some security-related headers to the server responses.
The following headers in particular:
Regarding cookies, the httpOnly attribute could be added to the mokey-sessck cookie. This prevents JavaScript from reading the cookie.
httpOnly
mokey-sessck
@arcuses Thanks for submitting this. Will take a look and get these added.
@arcuses If you get a chance, please review #59
Thanks for the software. Hoping you can help with adding some security-related headers to the server responses.
The following headers in particular:
Regarding cookies, the
httpOnly
attribute could be added to themokey-sessck
cookie. This prevents JavaScript from reading the cookie.