Skip to content

Commit 045bbcf

Browse files
committed
Bump the CSP version since we changed it (trivially)
1 parent 556e813 commit 045bbcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/embedded/src/org/labkey/embedded/LabKeyServer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ public static void main(String[] args)
8585
String enforceCsp = baseCsp + """
8686
${UPGRADE.INSECURE.REQUESTS}
8787
frame-ancestors 'self' ;
88-
/* cspVersion=e14 */
88+
/* cspVersion=e15 */
8989
""";
9090
// Leave out upgrade_insecure_requests and frame-ancestors directives, since they produce warnings on some browsers
9191
String reportCsp = baseCsp + """
92-
/* cspVersion=r14 */
92+
/* cspVersion=r15 */
9393
""";
9494

9595
application.setDefaultProperties(new HashMap<>()

0 commit comments

Comments
 (0)