Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit adf4d9a

Browse files
authored
Merge pull request #8111 from Liunkae/widevine-spotify
Add Widevine for Spotify
2 parents 03a2b59 + 61b988d commit adf4d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/components/frame.js

+1
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ class Frame extends ImmutableComponent {
436436
const widevineSites = ['https://www.netflix.com',
437437
'http://bitmovin.com',
438438
'https://www.primevideo.com',
439+
'https://www.spotify.com',
439440
'https://shaka-player-demo.appspot.com']
440441
const isForWidevineTest = process.env.NODE_ENV === 'test' && location.endsWith('/drm.html')
441442
if (!isForWidevineTest && (!origin || !widevineSites.includes(origin))) {

0 commit comments

Comments
 (0)