Skip to main content

Insecure cookies without SameSite attribute set

Comments

5 comments

  • cPanelLauren
    Hello, For the suggestion, the best place to add this would be the feature request site at
    0
  • dirklammert
    Thank you for your reply but it is not an answer to this bug report. I recommend your development team to read Developers: Get Ready for New SameSite=None; Secure Cookie Settings and prepare for the Chrome update of February 2020. Thanks again
    0
  • cPanelLauren
    Hello, We do appreciate the suggestion but this wouldn't be considered a bug. A bug is something that doesn't function as intended. This is an addition to the product you're requesting and it would be considered a feature request and that should be requested in the proper place to receive the attention it deserves. Thank you.
    0
  • Cloud9
    @cPanelLauren To implement set cookies to strict and http secure would this be the line I need to add to apache pre main include config apache 2.2.4 Header always set Set-Cookie ^(.*)$ $1;HttpOnly;Secure;SameSite=Strict
    0
  • cPanelLauren
    Hello @Cloud9 I do believe that would work but I am more concerned with why you're using Apache 2.2 at all?
    0

Please sign in to leave a comment.