Skip to content
Snippets Groups Projects
  • Pascal Ernster's avatar
    83ce0d98
    Don't load hls.js from external CDN · 83ce0d98
    Pascal Ernster authored
    We don't want unnecessary client-side connections to third-party
    domains. universalviewer ships its own copy of hls.js, so use that one.
    
    Note: This copy of hls.js is likely outdated, so it should be updated in
    a subsequent commit.
    Verified
    83ce0d98
    History
    Don't load hls.js from external CDN
    Pascal Ernster authored
    We don't want unnecessary client-side connections to third-party
    domains. universalviewer ships its own copy of hls.js, so use that one.
    
    Note: This copy of hls.js is likely outdated, so it should be updated in
    a subsequent commit.