Skip to content

Commit

Permalink
Fix frontend analytics calls (#2653)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Vishniakov <[email protected]>
  • Loading branch information
schustmi and avishniakov authored Apr 30, 2024
1 parent ecfbdce commit 8e25fec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/zenml/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ def handle_int_env_var(var: str, default: int = 0) -> int:
DEFAULT_ZENML_SERVER_SECURE_HEADERS_XXP = "0"
DEFAULT_ZENML_SERVER_SECURE_HEADERS_CONTENT = "nosniff"
_csp_script_src_urls = ["https://widgets-v3.featureos.app"]
_csp_connect_src_urls = ["https://sdkdocs.zenml.io", "https://hubapi.zenml.io"]
_csp_connect_src_urls = [
"https://sdkdocs.zenml.io",
"https://hubapi.zenml.io",
"https://analytics.zenml.io",
]
_csp_img_src_urls = [
"https://public-flavor-logos.s3.eu-central-1.amazonaws.com",
"https://avatar.vercel.sh",
Expand Down

0 comments on commit 8e25fec

Please sign in to comment.