mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:41:32 +01:00 
			
		
		
		
	fix bug manifest.json will not request with cookie so that session will created every request (#6372)
This commit is contained in:
		
							parent
							
								
									f7f2f12b68
								
							
						
					
					
						commit
						ce646fd04b
					
				| @ -5,7 +5,7 @@ | ||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1"> | ||||
| 	<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||||
| 	<title>{{if .Title}}{{.Title}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}</title> | ||||
| 	<link rel="manifest" href="{{AppSubUrl}}/manifest.json"> | ||||
| 	<link rel="manifest" href="{{AppSubUrl}}/manifest.json" crossorigin="use-credentials"> | ||||
| 
 | ||||
| 	<script> | ||||
| 		if ('serviceWorker' in navigator) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user