Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update Content Security Policy for PostHog (#3331)
The `next.config.js` file has been modified to update the Content Security Policy (CSP) for PostHog. The CSP now allows requests to any subdomain of `posthog.com` for both `script-src` and `frame-src`. This change ensures that the frontend application can properly communicate with PostHog services. Co-authored-by: Stan Girard <[email protected]> # Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
- Loading branch information