Skip to content

Commit

Permalink
functional tests: blacklist widevine test stream on Safari and IE
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Feb 28, 2018
1 parent 5c7a98a commit 12cfb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module.exports = {
angelOneShakaWidevine: createTestStreamWithConfig({
url: "https://storage.googleapis.com/shaka-demo-assets/angel-one-widevine-hls/hls.m3u8",
description: "Shaka-packager Widevine DRM (EME) HLS-fMP4 - Angel One Demo",
blacklist_ua: ["firefox"]
blacklist_ua: ["firefox","safari", "internet explorer"]
},
{
widevineLicenseUrl: "https://cwip-shaka-proxy.appspot.com/no_auth",
Expand Down

0 comments on commit 12cfb1c

Please sign in to comment.