https://prefect.io logo
Title
p

Pedro Machado

12/31/2020, 3:00 AM
Hi. We are trying to deploy Prefect Server at a client and their security team noticed that the server loads https://cdn.lr-ingest.io/logger-1.min.js and a js from js.stripe.com. Could you comment on the purpose of these scrips how they can be disabled? We are starting the server with this env var
PREFECT_SERVER__TELEMETRY__ENABLED=false
Thanks!
n

nicholas

12/31/2020, 4:50 AM
Hi @Pedro Machado - technically neither are needed to load Prefect Server; they're included because the codebases for Prefect Cloud and Server are identical, only gated by the APIs themselves. They can be disabled by removing the script tags from
index.html
.
p

Pedro Machado

12/31/2020, 5:28 AM
Thanks Nicholas. I'll test this out tomorrow.