Skip to content

Commit

Permalink
chore(distro/run): add csp to production.yaml
Browse files Browse the repository at this point in the history
Related to CAM-12046
Closes #993
  • Loading branch information
tasso94 committed Sep 18, 2020
1 parent da6aa50 commit f8cc581
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions distro/run/assembly/resources/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ camunda.bpm:
same-site-cookie-option: STRICT
header-security:
hsts-disabled: false
content-security-policy-value: base-uri 'self';
default-src 'self' 'unsafe-inline' 'unsafe-eval';
img-src 'self' data:;
block-all-mixed-content;
form-action 'self';
frame-ancestors 'none';
object-src 'none';
sandbox
allow-forms
allow-scripts
allow-same-origin
allow-popups

# https://docs.camunda.org/manual/latest/user-guide/security/#authorization
# https://docs.camunda.org/manual/latest/user-guide/process-engine/authorization-service/
Expand Down

0 comments on commit f8cc581

Please sign in to comment.