Closed jtojnar closed 3 years ago
Looks like their server return 302 Found
correctly when accessed by “browser”
curl -v 'https://dolphin-emu.org/blog/feeds/' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' -H 'Accept-Language: cs,en-US;q=0.7,en;q=0.3'
but 200 OK
with empty body when Accept-Language
header is omitted.
Either way, it should not crash ContentLoader.
Fixed the contentLoader sandboxing in 73c60f13e9f25ab21def999569a6316e3ce2afa5.
The following extracted code
fails with