Closed chaoran-chen closed 3 weeks ago
At the moment, the default additionalHeadHTML in our config contains the Plausible script:
additionalHeadHTML
https://github.com/loculus-project/loculus/blob/b3cd57ed49597520f268d2b94f309a207b26110c/kubernetes/loculus/values.yaml#L1465
This means that by default, an instance that uses our Helm chart will send all user visits to our Plausible account. Instead, we should do this only for our own preview instances.
At the moment, the default
additionalHeadHTML
in our config contains the Plausible script:https://github.com/loculus-project/loculus/blob/b3cd57ed49597520f268d2b94f309a207b26110c/kubernetes/loculus/values.yaml#L1465
This means that by default, an instance that uses our Helm chart will send all user visits to our Plausible account. Instead, we should do this only for our own preview instances.