| 
				
			 | 
			
			
				@@ -313,6 +313,12 @@ function fedwiki_setup_web { 
			 | 
		
	
		
			
			| 
				313
			 | 
			
				313
			 | 
			
			
				         function_check nginx_ssl 
			 | 
		
	
		
			
			| 
				314
			 | 
			
				314
			 | 
			
			
				         nginx_ssl $FEDWIKI_DOMAIN_NAME mobile 
			 | 
		
	
		
			
			| 
				315
			 | 
			
				315
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				316
			 | 
			
			
				+        sed -i '/Content-Security-Policy/d' $fedwiki_nginx_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				317
			 | 
			
			
				+        sed -i '/X-XSS-Protection/d' $fedwiki_nginx_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				318
			 | 
			
			
				+        sed -i '/X-Robots-Tag/d' $fedwiki_nginx_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				319
			 | 
			
			
				+        sed -i '/X-Download-Options/d' $fedwiki_nginx_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				320
			 | 
			
			
				+        sed -i '/X-Permitted-Cross-Domain-Policies/d' $fedwiki_nginx_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				321
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				316
			 | 
			
				322
			 | 
			
			
				         echo '  add_header X-Robots-Tag none;' >> $fedwiki_nginx_file 
			 | 
		
	
		
			
			| 
				317
			 | 
			
				323
			 | 
			
			
				         echo '  add_header X-Download-Options noopen;' >> $fedwiki_nginx_file 
			 | 
		
	
		
			
			| 
				318
			 | 
			
				324
			 | 
			
			
				         echo '  add_header X-Frame-Options DENY;' >> $fedwiki_nginx_file 
			 |