Found it.
All icons are live pulled from applovin.com by your browser whatever that is.
Why are the app icons not stored on my TrueNAS and delivered once from Github when I first deploy the app?
You are pulling external assets for display in the UI? Seriously?
Just like storjshare.io is this applovin.com domain is now blocked by Hagezi’s DNSBLs at least by the “Pro” and more severe versions.
No, not going to whitelist. I already block “imgur” and every “image hosting” service I can get hold of.
Just. Don’t. Do. This. In. A. Web. Application. Ever.
Don’t live pull fonts, JS, … from google or any place on the Internet. Place all your assets on the same web server that serves your application.
I am surprised beyond belief and pretty angry this needs to be said in 2026.
Kind regards,
Patrick
P.S. This could earn you a GDPR violation lawsuit in the European Union should someone feel like it. People have successfully sued about embedded fonts pulled from google.
P.P.S. Also there seem to be requests for media.sys.truenas.net - which is a CNAME for storjshare.io. Same reasoning applies - external assets in an appliance UI?