Implement CSRF
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-28 13:22:44 +02:00
parent 8092846d6f
commit fdd0ada815
14 changed files with 129 additions and 106 deletions

View File

@@ -134,7 +134,7 @@
send() {
if(this.postMessage != '' && this.user.name != '') {
this.sending = true;
this.api.get(
this.api.post(
'add_post',
{
id_project: this.project.project.id,