Description
Related to PR: #1247 cc @jj-style
Using the "Download Episode" feature in the Brave web browser, I downloaded a few episodes for different podcasts successfully, but the Linux Unplugged episode errors immediately. When I inspect the dev console, I see the following error:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
chtbl.com/track/392D9/aphid.fireside.fm/d/1437767933/f31a453c-fa15-491f-8618-3f71f1d565e5/503da869-566b-4983-87d3-2073a1c085a3.mp3:1
When I inspect the Network tab for the error, I see:
In the UI, the errors display as:
It seems like there is something about the Linux Unplugged's file server configuration that is not allowing the episode to be downloaded. Can this be fixed on our side? Or is there a change we should recommend to the podcaster?
chtbl.com is a download stats tracking prefix url service, so I imagine there is at least one redirect happening. Does chtbl disallow CORS file download requests?