mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-23 01:58:03 +08:00
Remove unnecessary X-Remote
HTTP header in AJAX request (#17932)
This commit is contained in:
@ -59,7 +59,6 @@ function updateDeadline(deadlineString) {
|
||||
}),
|
||||
headers: {
|
||||
'X-Csrf-Token': csrfToken,
|
||||
'X-Remote': true,
|
||||
},
|
||||
contentType: 'application/json',
|
||||
type: 'POST',
|
||||
|
Reference in New Issue
Block a user