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 32ca413 commit a261be6Copy full SHA for a261be6
1 file changed
server/embedded/src/org/labkey/embedded/LabKeyServer.java
@@ -74,6 +74,7 @@ public static void main(String[] args)
74
object-src ${OBJECT.SOURCES} ; /* Substitution value defaults to 'none' unless overridden by an admin */
75
style-src 'self' 'unsafe-inline' ${STYLE.SOURCES} ;
76
img-src 'self' data: ${IMAGE.SOURCES} ;
77
+ script-src-elem 'self' ${SCRIPT.SOURCES} ;
78
font-src 'self' data: ${FONT.SOURCES} ;
79
script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ;
80
base-uri 'self' ;
0 commit comments