mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01: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