mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-18 16:36:56 +03:00
741424eef6
The IMA SDK URLs in the service worker were http, and should have been https. This caused an issue when deploying v3.0.0 to appspot. The IMA SDK URLs in the demo specified no protocol, but that is not necessary, since https works in all contexts. The IMA SDK URLs in the docs also specified no protocol, and one of them was incorrect. This corrects the mistaken URLs and makes them universally https. Change-Id: I53dbf25ddb16ec882fcf3c070bcebed726277be1