mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7124 - [SECU] Cross-Site Request Forgery (CSRF) in several iTop pages
This commit is contained in:
@@ -115,6 +115,9 @@ const CombodoCKEditorHandler = {
|
||||
fetch(uploadUrl, {
|
||||
method: 'POST',
|
||||
body: formData,
|
||||
headers: {
|
||||
'X-Combodo-Ajax': true
|
||||
},
|
||||
})
|
||||
.then(response => response.json())
|
||||
.then(responseData => {
|
||||
|
||||
Reference in New Issue
Block a user