We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cdcbd commit ed4304aCopy full SHA for ed4304a
1 file changed
conf/application.conf
@@ -22,6 +22,9 @@ play {
22
headers {
23
contentSecurityPolicy="default-src 'self'; img-src 'self' avatars.githubusercontent.com www.google-analytics.com d379ifj7s9wntv.cloudfront.net; font-src 'self' data: fonts.gstatic.com; script-src 'self' www.google-analytics.com cdn.jsdelivr.net munchkin.marketo.net *.mktoresp.com; style-src 'self' fonts.googleapis.com cdn.jsdelivr.net 'sha256-HNYzPTRt75YR/Yjz4EVJvRKMVMBbL6CMpl655m4gDcw='; connect-src 'self' *.mktoresp.com"
24
}
25
+ hosts {
26
+ allowed = [".playframework.com", "localhost:9000", "playframework-com-app"] # playframework-com-app is the upstream host configured in nginx
27
+ }
28
29
30
0 commit comments