We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556e813 commit 045bbcfCopy full SHA for 045bbcf
1 file changed
server/embedded/src/org/labkey/embedded/LabKeyServer.java
@@ -85,11 +85,11 @@ public static void main(String[] args)
85
String enforceCsp = baseCsp + """
86
${UPGRADE.INSECURE.REQUESTS}
87
frame-ancestors 'self' ;
88
- /* cspVersion=e14 */
+ /* cspVersion=e15 */
89
""";
90
// Leave out upgrade_insecure_requests and frame-ancestors directives, since they produce warnings on some browsers
91
String reportCsp = baseCsp + """
92
- /* cspVersion=r14 */
+ /* cspVersion=r15 */
93
94
95
application.setDefaultProperties(new HashMap<>()
0 commit comments