Kingdom of Loathing just underwent a silent update, it now loads a bunch of stuff from the subdomain images.kingdomofloathing.com instead of kingdomofloathing.com. Somehow KoLmafia needs to track these requests and which domain they're going to and rewrite them to go through KoLmafia instead of rewriting them to https://images/. Hopefully it's simple to fix, but I have no idea how to handle that. Maybe by rewriting the URL to include http://127.0.0.1:60080/images/*.php or something like that? I know some stuff comes from cloudflare and it seems to relay those requests just fine, so there must be some mechanism that can handle different domains.