From e89d5508a74725f85e8d79abe2d2af32fc1fd98a Mon Sep 17 00:00:00 2001 From: tore-statsig <74584483+tore-statsig@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:21:52 -0700 Subject: [PATCH 1/2] Update faq.mdx --- docs/faq.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index 5b3f844d8..3789d04e3 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -184,7 +184,4 @@ Projects have distinct boundaries - nothing is shared between them. Create a new If you have a distinct marketing website (only sees anonymous users) from a product (only sees signed in users), you can create distinct projects for them. However if you want to track success across them, you'll want to manage them in the same project. An example of this is measuring user signup on the marketing website, where the success metric is new users created who're still active users 30 days after account creation. ## What domains do I need to whitelist for Content Security Policy (CSP)? -If your web app configures strict Content Security Policy (CSP), adjust the policy to whitelist these two Statsig domains -- https://featuregates.org (SDKs initialize and download config from here) and -- https://events.statsigapi.net (SDKs log events here) - +If your web app configures strict Content Security Policy (CSP), adjust the policy to whitelist Statsig client domains. Refer to the [domain list here](https://docs.statsig.com/infrastructure/statsig_domains#statsig-api-services). From c8f2b4fa6cc848731009d29c699e802f9b3931ee Mon Sep 17 00:00:00 2001 From: tore-statsig <74584483+tore-statsig@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:31:24 -0700 Subject: [PATCH 2/2] Update faq.mdx --- docs/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index 3789d04e3..c497d0960 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -184,4 +184,4 @@ Projects have distinct boundaries - nothing is shared between them. Create a new If you have a distinct marketing website (only sees anonymous users) from a product (only sees signed in users), you can create distinct projects for them. However if you want to track success across them, you'll want to manage them in the same project. An example of this is measuring user signup on the marketing website, where the success metric is new users created who're still active users 30 days after account creation. ## What domains do I need to whitelist for Content Security Policy (CSP)? -If your web app configures strict Content Security Policy (CSP), adjust the policy to whitelist Statsig client domains. Refer to the [domain list here](https://docs.statsig.com/infrastructure/statsig_domains#statsig-api-services). +If your web app configures strict Content Security Policy (CSP), adjust the policy to whitelist Statsig client domains. Refer to the [domain list here](/infrastructure/statsig_domains#statsig-api-services).