We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f0e07 commit 7b88d3dCopy full SHA for 7b88d3d
src/zenml/constants.py
@@ -321,7 +321,10 @@ def handle_int_env_var(var: str, default: int = 0) -> int:
321
)
322
DEFAULT_ZENML_SERVER_SECURE_HEADERS_XFO = "SAMEORIGIN"
323
DEFAULT_ZENML_SERVER_SECURE_HEADERS_CONTENT = "nosniff"
324
-_csp_script_src_urls = ["https://widgets-v3.featureos.app"]
+_csp_script_src_urls = [
325
+ "https://widgets-v3.featureos.app",
326
+ "https://static.reo.dev",
327
+]
328
_csp_connect_src_urls = [
329
# We need a wildcard here to allow the dashboard deployment playground
330
# to send requests to deployments on any URL.
0 commit comments