Protect archive_entry with a CSRF token

This commit is contained in:
Yassine Guedidi
2025-03-21 23:21:25 +01:00
parent 3817010e29
commit edffef8375
7 changed files with 73 additions and 17 deletions

View File

@ -15,7 +15,7 @@ $(document).ready(() => {
/* mark as read */
Mousetrap.bind('a', () => {
$('ul.side-nav a.markasread i')[0].click();
$('ul.side-nav button.markasread i')[0].click();
});
/* delete */