mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:41:32 +01:00 
			
		
		
		
	Remove x-ua-compatible header (#15640)
The header is deprecated since IE 11 so it only serves to support IE 10 and below which are browsers which are long unsupported now.
This commit is contained in:
		
							parent
							
								
									f31443d6a8
								
							
						
					
					
						commit
						cc7d118b12
					
				| @ -3,7 +3,6 @@ | |||||||
| <head data-suburl="{{AppSubUrl}}"> | <head data-suburl="{{AppSubUrl}}"> | ||||||
| 	<meta charset="utf-8"> | 	<meta charset="utf-8"> | ||||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1"> | 	<meta name="viewport" content="width=device-width, initial-scale=1"> | ||||||
| 	<meta http-equiv="x-ua-compatible" content="ie=edge"> |  | ||||||
| 	<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}} </title> | 	<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}} </title> | ||||||
| 	<link rel="manifest" href="data:{{.ManifestData}}"/> | 	<link rel="manifest" href="data:{{.ManifestData}}"/> | ||||||
| 	<meta name="theme-color" content="{{ThemeColorMetaTag}}"> | 	<meta name="theme-color" content="{{ThemeColorMetaTag}}"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user