pep.xmpp.css is querying "https://xmpp.org/images/logos/xmpp-logo.svg", is there something it'd be ok to change this with so my local build doesn't query xmpp.org?
pep."/images" ? "../images" ?
Link MauveThe former sounds good.
pep.That means everybody hosting these now must have a /images/ folder as well :/
Link MauveAh, right.
pep.And "../images" as is won't work with inbox/
pep.Even though I'm less worried for the xmpp.org setup, because worst can xslt can be used to help here. Maybe.
pep.I guess I'm fine with not having the xmpp logo on my custom deployment
pep.The funny thing in all that is that I get 404 anyway. But that slows down the loading of my page by a very large margin..
jonas’why a 404?
pep.no clue
jonas’smells like CORS or so
pep.(It's not the 404 that slows down the loading, just the combination of remote query + Tor, when everything else is local)