You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since CommonWV.py has been changed to CorsFetch, ive noticed that there are multiple license requests being sent.
eg. using https://bitmovin.com/demos/drm
there are 3 license requests being sent, 2 of them with this header
"Origin: https://js.driftt.com"
and one with (the correct one):
"Origin: https://bitmovin.com"
i tried it on a different site and it sent 5 license requests.
it seems to send a license request for every different domain thats in the cookies storage
The text was updated successfully, but these errors were encountered:
since CommonWV.py has been changed to CorsFetch, ive noticed that there are multiple license requests being sent.
eg. using https://bitmovin.com/demos/drm
there are 3 license requests being sent, 2 of them with this header
"Origin: https://js.driftt.com"
and one with (the correct one):
"Origin: https://bitmovin.com"
i tried it on a different site and it sent 5 license requests.
it seems to send a license request for every different domain thats in the cookies storage
The text was updated successfully, but these errors were encountered: