Skip to content

Commit

Permalink
Suppress CSP reporting for dev "hot reload"
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed Feb 6, 2024
1 parent 7d1aa45 commit 4fec7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/configs/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ spring.main.banner-mode=off
# Default CSP for TeamCity and dev deployments
#setupTask#csp.report=\
#setupTask# default-src 'self' https: http: ;\
#setupTask# connect-src 'self' ${LABKEY.ALLOWED.CONNECTIONS} ;\
#setupTask# connect-src 'self' localhost:* ws: ${LABKEY.ALLOWED.CONNECTIONS} ;\
#setupTask# object-src 'none' ;\
#setupTask# style-src 'self' https: 'unsafe-inline' ;\
#setupTask# img-src 'self' https: data: ;\
#setupTask# font-src 'self' https: data: ;\
#setupTask# font-src 'self' http: https: data: ;\
#setupTask# script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ;\
#setupTask# base-uri 'self' ;\
#setupTask# frame-ancestors 'self' ;\
Expand Down

0 comments on commit 4fec7c3

Please sign in to comment.