Remove unnecessary X-Remote HTTP header in AJAX request (#17932)

This commit is contained in:
wxiaoguang 2021-12-08 14:18:07 +08:00 committed by GitHub
parent a6f961fba4
commit 4cbe792562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -59,7 +59,6 @@ function updateDeadline(deadlineString) {
}),
headers: {
'X-Csrf-Token': csrfToken,
'X-Remote': true,
},
contentType: 'application/json',
type: 'POST',