Change Content-Security-Policy "frame-ancestors" from "none" to "self"
Fixes downloads in element-web
This commit is contained in:
		
					parent
					
						
							
								131fc871b7
							
						
					
				
			
			
				commit
				
					
						ffa09f900b
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -72,7 +72,7 @@ in
 | 
			
		|||
      add_header X-Frame-Options SAMEORIGIN;
 | 
			
		||||
      add_header X-Content-Type-Options nosniff;
 | 
			
		||||
      add_header X-XSS-Protection "1; mode=block";
 | 
			
		||||
      add_header Content-Security-Policy "frame-ancestors 'none'";
 | 
			
		||||
      add_header Content-Security-Policy "frame-ancestors 'self'";
 | 
			
		||||
 | 
			
		||||
      add_header Strict-Transport-Security "max-age=63072000" always;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue