-
tommandanbooru.donmai.us/posts/3110984?size=original fun, this one breaks now here, apparently it's some CORS header mess?
-
tommanan animation should load (like the one you get if you click the "View WebM" link)
-
tommanthis animation is actually fetched from a zip file at cdn.donmai.us/original/7a/f0/7af0962fb6d244fb8c7ba854dc650837.zip
-
tommanbut when loading it, I get a 403 error
-
tommanhowever, if I manually try to download said zip file, it downloads fine (it should be 5.4MB)
-
tommanthe console logs a missing Access-Control-Allow-Origin CORS header missing for that URL
-
tommanunsurprisingly it works fine on latest FF ESR
-
tommanhmm, the header sets are different between FF and SM
-
Sompifunny how everything "just breaks" although it worked yesterday just fine and no changes have been done to the webpage, except the updated javascript libraries and frameworks
-
njsgthis kind of stuff can also be caused by protocol and/or headers
-
njsgwas Origin: in already? (the one that helped Cloudflare launch a DDoS against themselves)
-
njsgjust checked, is in, it's send in the 403 request (I need to keep better track of these things in my memory)
-
njsgisn't the Access-Control-Allow-Origin the one that broke some internet archive emulator?