01:34:41 https://danbooru.donmai.us/posts/3110984?size=original fun, this one breaks now here, apparently it's some CORS header mess? 01:35:04 an animation should load (like the one you get if you click the "View WebM" link) 01:35:16 this animation is actually fetched from a zip file at https://cdn.donmai.us/original/7a/f0/7af0962fb6d244fb8c7ba854dc650837.zip 01:35:36 but when loading it, I get a 403 error 01:35:51 however, if I manually try to download said zip file, it downloads fine (it should be 5.4MB) 01:36:19 the console logs a missing Access-Control-Allow-Origin CORS header missing for that URL 01:37:03 unsurprisingly it works fine on latest FF ESR 01:40:52 hmm, the header sets are different between FF and SM 02:14:24 funny 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 10:11:51 this kind of stuff can also be caused by protocol and/or headers 10:12:33 was Origin: in already? (the one that helped Cloudflare launch a DDoS against themselves) 10:15:28 just checked, is in, it's send in the 403 request (I need to keep better track of these things in my memory) 10:16:03 isn't the Access-Control-Allow-Origin the one that broke some internet archive emulator?