Skip to content

Security warnings: missing 'Secure' and 'HttpOnly' cookie attribute #3608

Closed Answered by jussara-ti
jussara-ti asked this question in Q&A
Discussion options

You must be logged in to vote

About the security warnings, they were more about the web server than Teampass itself. I corrected them adding the following line in apache configuration file (apache2.conf): Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
With this, all cookies sent by the http server will have the "HttpOnly" and "Secure" atributes

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jussara-ti
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jussara-ti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants