mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[ie] Do not smuggle http_headers
				
					
				
			See: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-3ch3-jhc6-5r8x Authored by: coletdjnz
This commit is contained in:
		| @@ -106,4 +106,4 @@ class EmbedlyIE(InfoExtractor): | ||||
|             return self.url_result(src, YoutubeTabIE) | ||||
|         return self.url_result(smuggle_url( | ||||
|             urllib.parse.unquote(traverse_obj(qs, ('src', 0), ('url', 0))), | ||||
|             {'http_headers': {'Referer': url}})) | ||||
|             {'referer': url})) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly