Move root out of location context #5

Merged
MarcHagen merged 1 commits from patch-1 into main 2022-07-29 22:17:07 +08:00
MarcHagen commented 2022-07-29 19:59:59 +08:00 (Migrated from github.com)

We are also loading images, (like favicon.ico), these will also redirect to index.php.
Side effect, this causes the CSRF to be regenerated in the session.

We are also loading images, (like favicon.ico), these will also redirect to index.php. Side effect, this causes the CSRF to be regenerated in the session.
dqos commented 2022-07-29 22:17:02 +08:00 (Migrated from github.com)

Nice job @MarcHagen, this should fix the Missing or incorrect CSRF token. error due to sessions.

Nice job @MarcHagen, this should fix the `Missing or incorrect CSRF token.` error due to sessions.
Sign in to join this conversation.
No description provided.