From 71f58d4382fba0af88275ffb68a026de1b441d8b Mon Sep 17 00:00:00 2001 From: Thomas Steiner Date: Mon, 14 May 2018 14:10:34 +0200 Subject: [PATCH] Prevent mixed content error by including fonts directly Even if one references https://db.onlinewebfonts.com/c/88bdc70ec292cc29451932f9875b378a?family=SegoeUIMonoW01-Regular explicitly over https, the resulting font URLs still use http. Sad. This pull request fixes this issue. --- apps/video/SouthRidgeVideo/index.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/apps/video/SouthRidgeVideo/index.html b/apps/video/SouthRidgeVideo/index.html index d670403..52f2d63 100644 --- a/apps/video/SouthRidgeVideo/index.html +++ b/apps/video/SouthRidgeVideo/index.html @@ -3,8 +3,25 @@ South Ridge Video - - + + +