You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* Update codefresh-on-prem.mdAdded section on CSP headers to Additional Configuration section* Update codefresh-on-prem.mdAdded one-line descriptions of parameters and link to MDN's CSP article.
CONTENT_SECURITY_POLICY_REPORT_TO: "<LIST OF ENDPOINTS AS JSON OBJECTS>"
572
+
```
573
+
`CONTENT_SECURITY_POLICY`is the string describing content policies. Use semi-colons to separate between policies.
574
+
`CONTENT_SECURITY_POLICY_REPORT_TO`is a comma-separated list of JSON objects. Each object must have a name and an array of endpoints that receive the incoming CSP reports.
562
575
576
+
For detailed information, see the [Content Security Policy article on MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
563
577
## Using existing external services for data storage/messaging
564
578
565
579
Normally the Codefresh installer, is taking care of all needed dependencies internally by deploying the respective services (mongo, redis etc) on its own.