Skip to content

Add CSRF protection to the web application

Giuseppe Lavagetto requested to merge csrf into main

I consider it not needed for the API, as it is not used by the web application, and needs a special API token that is not stored in your browser's session.

Merge request reports