Remove unnecessary X-Remote
HTTP header in AJAX request (#17932)
This commit is contained in:
parent
a6f961fba4
commit
4cbe792562
2 changed files with 0 additions and 7 deletions
|
@ -59,7 +59,6 @@ function updateDeadline(deadlineString) {
|
|||
}),
|
||||
headers: {
|
||||
'X-Csrf-Token': csrfToken,
|
||||
'X-Remote': true,
|
||||
},
|
||||
contentType: 'application/json',
|
||||
type: 'POST',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue