Add Allow-Origin: *, because YOLO
This commit is contained in:
		
							parent
							
								
									5f508e1839
								
							
						
					
					
						commit
						03ad5dcff6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -380,6 +380,7 @@ func (s *Server) handleFile(w http.ResponseWriter, r *http.Request, v *visitor) | ||||||
| 		return errHTTPTooManyRequestsAttachmentBandwidthLimit | 		return errHTTPTooManyRequestsAttachmentBandwidthLimit | ||||||
| 	} | 	} | ||||||
| 	w.Header().Set("Content-Length", fmt.Sprintf("%d", stat.Size())) | 	w.Header().Set("Content-Length", fmt.Sprintf("%d", stat.Size())) | ||||||
|  | 	w.Header().Set("Access-Control-Allow-Origin", "*") // CORS, allow cross-origin requests | ||||||
| 	f, err := os.Open(file) | 	f, err := os.Open(file) | ||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return err | 		return err | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue