-
-
Notifications
You must be signed in to change notification settings - Fork 666
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
BAD CSRF TOKEN #172
Comments
me too |
also, if you have change your phpRedisAdmin/ directory to other things, will be redirect to "bad csrf token",,, |
and view frame can not show any contents, because of "header('X-Frame-Options: DENY');", I have to add "Header always set X-Frame-Options "sameorigin"" to .htaccess |
My bad. I have just released a fix for I don't really use this project anymore, but there were a bunch of security issues reported that I tried to fix. I tested it locally and everything worked fine. But it seems like with other setups things break. For the |
I use PHP7.4. |
That depends on how you have configured sessions on your server. |
@v012345 , Check It must contain |
when I delete a key, I will be redirected to a 404 page which path is "http://myDomian/bad%20csrf%20token".
The text was updated successfully, but these errors were encountered: