-
Notifications
You must be signed in to change notification settings - Fork 89
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
How to implement in forms? #145
Comments
Also why there isn't option for SameSite lax/strict setup in cookie |
For everyone who want samesame in cookie settings and httponly
and in csfrpprotector.php find setcookie
Now in config.php you can add this two fields in cookieConfig array
|
can someone help me with a guide on how to implement it in forms? |
What came out of this? |
Ah nevermind. I see that it is set up to inject a hidden input field containing the CSRF token in the forms. |
I didn't see anywhere how to implement this only in forms ? I read the whole doc And check the src
found this ob_handler but this only rewrite body to add noscript and in bottom 2 hiddenfields?
The text was updated successfully, but these errors were encountered: