04/28 Fixed some security issues

This commit is contained in:
2026-04-28 16:27:39 -04:00
parent d8b57cde77
commit bfc2f58fe2
38 changed files with 4273 additions and 4067 deletions
+2 -1
View File
@@ -673,7 +673,8 @@ function deleteRecord(recordId, employeeId) {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-Requested-With': 'XMLHttpRequest'
'X-Requested-With': 'XMLHttpRequest',
'X-CSRF-Token': (window.qrConfig && window.qrConfig.csrfToken) || ''
}
})
.then(response => response.json())