summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/views/watch.ecr6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/watch.ecr b/src/views/watch.ecr
index 037796a9..2df91664 100644
--- a/src/views/watch.ecr
+++ b/src/views/watch.ecr
@@ -1,8 +1,8 @@
<% content_for "header" do %>
<meta name="thumbnail" content="<%= thumbnail %>">
-<link rel="stylesheet" href="http://vjs.zencdn.net/6.6.3/video-js.css">
-<script src="http://vjs.zencdn.net/6.6.3/video.js"></script>
-<script src="//cdn.sc.gl/videojs-hotkeys/latest/videojs.hotkeys.min.js"></script>
+<link rel="stylesheet" href="https://vjs.zencdn.net/6.6.3/video-js.css">
+<script src="https://vjs.zencdn.net/6.6.3/video.js"></script>
+<script src="https://cdn.sc.gl/videojs-hotkeys/latest/videojs.hotkeys.min.js"></script>
<title><%= video.title %> - Invidious</title>
<% end %>