joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
858 stars 542 forks source link

Add support for twitch.tv? #98

Closed GGrandma closed 6 years ago

GGrandma commented 6 years ago

Whenever visiting twitch.tv an error shows up saying “Failed to load module”

joshdick commented 6 years ago

This is just a guess, but it looks like this happens because the page attempts to load assets dynamically via JavaScript which bypasses the proxy (see #56), and then loading fails due to CORS violations because the proxied page doesn't match the location that the dynamically-loaded assets are served from.

Closing as a duplicate of #56.