-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookie nette-samesite #182
Comments
Still not figure why this is this way .. and why cant the cookie be renamed. |
Why do you want to rename it? |
Because some projects don't need to say the visitors what technology they use, it makes part of security to don't pass information to visitors that provides crucial information about the system. |
@dg What you think about it ? |
Have added a PR with changes needed to add a new config variable: cookieNameStrict PR: #189 |
At the moment, it is difficult to make a clean solution, so I'll implement it in the next bigger version. However, in nette/http 3.1 the name has changed to |
Hi, as far i saw this cookie is set on src/Bridges/HttpDI/HttpExtension.php
There is any reason for this cookie to cannot be optional or name changed ?
The text was updated successfully, but these errors were encountered: