From 490314ee35624927459b19bcdecc63bddbc184ce Mon Sep 17 00:00:00 2001 From: Anthony Chuinard <tony@twansoftware.com> Date: Tue, 12 Jan 2021 09:17:36 -0600 Subject: [PATCH] Fix http to https Browser would not allow http playback --- test/src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/index.jsx b/test/src/index.jsx index a49efa7..a4338e9 100644 --- a/test/src/index.jsx +++ b/test/src/index.jsx @@ -10,7 +10,7 @@ class App extends React.Component { isOpen: false, isOpenYouku: false, isOpenCustom:false, - customUrl:'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4' + customUrl:'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4' } this.openModal = this.openModal.bind(this) }