We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111eac3 commit ccf9013Copy full SHA for ccf9013
src/onegov/org/app.py
@@ -555,6 +555,10 @@ def get_theme() -> OrgTheme:
555
def org_content_security_policy() -> ContentSecurityPolicy:
556
policy = default_content_security_policy()
557
558
+ policy.script_src.add('https://checkout.stripe.com')
559
+ policy.script_src.add('https://pay.datatrans.com')
560
+ policy.script_src.add('https://pay.sandbox.datatrans.com')
561
+
562
policy.child_src.add(SELF)
563
policy.child_src.add('https://*.youtube.com')
564
policy.child_src.add('https://*.vimeo.com')
0 commit comments