mirror of
				https://github.com/TeamPiped/Piped-Docker.git
				synced 2024-08-14 23:56:53 +00:00 
			
		
		
		
	
						commit
						150b857acc
					
				
					 1 changed files with 16 additions and 45 deletions
				
			
		|  | @ -1,61 +1,32 @@ | |||
| { | ||||
| 	servers :443 { | ||||
| 		protocol { | ||||
| 			experimental_http3 | ||||
| 		} | ||||
| (global) { | ||||
| 	header { | ||||
| 		# disable FLoC tracking | ||||
| 		Permissions-Policy interest-cohort=() | ||||
| 
 | ||||
| 		# enable HSTS | ||||
| 		Strict-Transport-Security max-age=31536000; | ||||
| 
 | ||||
| 		# keep referrer data off | ||||
| 		Referrer-Policy no-referrer | ||||
| 
 | ||||
| 		# prevent for appearing in search engine for private instances (option) | ||||
| 		#X-Robots-Tag noindex | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| FRONTEND_HOSTNAME { | ||||
| 	reverse_proxy pipedfrontend:80 | ||||
| 	header { | ||||
| 		# disable FLoC tracking | ||||
| 		Permissions-Policy interest-cohort=() | ||||
| 
 | ||||
| 		# enable HSTS | ||||
| 		Strict-Transport-Security max-age=31536000; | ||||
| 
 | ||||
| 		# keep referrer data off | ||||
| 		Referrer-Policy no-referrer | ||||
| 
 | ||||
| 		# prevent for appearing in search engine for private instances (option) | ||||
| 		#X-Robots-Tag noindex | ||||
| 	} | ||||
| 	import global | ||||
| } | ||||
| 
 | ||||
| BACKEND_HOSTNAME { | ||||
| 	reverse_proxy varnish:80 | ||||
| 	header { | ||||
| 		# disable FLoC tracking | ||||
| 		Permissions-Policy interest-cohort=() | ||||
| 
 | ||||
| 		# enable HSTS | ||||
| 		Strict-Transport-Security max-age=31536000; | ||||
| 
 | ||||
| 		# keep referrer data off | ||||
| 		Referrer-Policy no-referrer | ||||
| 
 | ||||
| 		# prevent for appearing in search engine for private instances (option) | ||||
| 		#X-Robots-Tag noindex | ||||
| 	} | ||||
| 	import global | ||||
| } | ||||
| 
 | ||||
| PROXY_HOSTNAME { | ||||
| 	@ytproxy path /videoplayback* /api/v4/* /api/manifest/* | ||||
| 
 | ||||
| 	header { | ||||
| 		# disable FLoC tracking | ||||
| 		Permissions-Policy interest-cohort=() | ||||
| 
 | ||||
| 		# enable HSTS | ||||
| 		Strict-Transport-Security max-age=31536000; | ||||
| 
 | ||||
| 		# keep referrer data off | ||||
| 		Referrer-Policy no-referrer | ||||
| 
 | ||||
| 		# prevent for appearing in search engine for private instances (option) | ||||
| 		#X-Robots-Tag noindex | ||||
| 	} | ||||
| 	import global | ||||
| 
 | ||||
| 	route { | ||||
| 		header @ytproxy { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue