yuli6669

Results 3 comments of yuli6669

There's more, actually. When monitoring traffic with tcpdump, i found out that it reaches out to t2.gstatic.com to fetch favicons(as per [#926](https://github.com/linkwarden/linkwarden/issues/926#issuecomment-2561899657)). Using dnsmasq to block this traffic for now....

Also, when visiting my selfhosted instance, browser connects to linkwarden.app to fetch https://blog.linkwarden.app/latest-announcement.json (to get current version number). Can be fixed with CSP(Content Security Policy) header, if you're using reverse...

Update: i also discovered that it tries to connect to checkpoint.prisma.io(domain used for telemetry collection: https://www.prisma.io/docs/orm/tools/prisma-cli#telemetry). You can disable it by specifying this environment variable: `CHECKPOINT_DISABLE=1` in linkwarden container(or .env)