mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Escape video description
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
| <meta property="og:url" content="<%= HOST_URL %>/watch?v=<%= video.id %>"> | ||||
| <meta property="og:title" content="<%= title %>"> | ||||
| <meta property="og:image" content="/vi/<%= video.id %>/maxres.jpg"> | ||||
| <meta property="og:description" content="<%= video.short_description %>"> | ||||
| <meta property="og:description" content="<%= HTML.escape(video.short_description) %>"> | ||||
| <meta property="og:type" content="video.other"> | ||||
| <meta property="og:video:url" content="<%= HOST_URL %>/embed/<%= video.id %>"> | ||||
| <meta property="og:video:secure_url" content="<%= HOST_URL %>/embed/<%= video.id %>"> | ||||
| @@ -22,7 +22,7 @@ | ||||
| <meta name="twitter:site" content="@omarroth1"> | ||||
| <meta name="twitter:url" content="<%= HOST_URL %>/watch?v=<%= video.id %>"> | ||||
| <meta name="twitter:title" content="<%= title %>"> | ||||
| <meta name="twitter:description" content="<%= video.short_description %>"> | ||||
| <meta name="twitter:description" content="<%= HTML.escape(video.short_description) %>"> | ||||
| <meta name="twitter:image" content="<%= HOST_URL %>/vi/<%= video.id %>/maxres.jpg"> | ||||
| <meta name="twitter:player" content="<%= HOST_URL %>/embed/<%= video.id %>"> | ||||
| <meta name="twitter:player:width" content="1280"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 babababag
					babababag