Disney+ videos refuse to play in either Firefox or Chrome. I get no error codes.
Asked
Active
Viewed 1.0k times
2 Answers
22
Solution for Firefox browser:
Enter
about:configin the URL input field and accept the risk.Search for
general.useragent.override.Select String and click +.
In the input field enter:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0Accept the changes and refresh the page and the video will load.
Be sure not to forget to clear your browser's cache.
BeastOfCaerbannog
- 16,703
Pat
- 221
5
Solution for Chrome/Chromium:
- Open Dev Tools (Ctrl+Shift+I)
- Open Network Conditions (Ctrl+Shift+P) and search for "Show network conditions"
In the user agent section uncheck "Use browser default" and add the custom string from Pat's answer:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
Refresh the page and it should work.
t j
- 333