You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${UPGRADE.INSECURE.REQUESTS} /* Conditionally add upgrade-secure-requests directive if HTTPS is required */\
178
+
frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
179
+
frame-src 'self' ${FRAME.SOURCES} ; /* Limit iframe content sources (from what servers can this server's iframe content be loaded) */\
180
+
report-uri https://www.labkey.org/admin-contentSecurityPolicyReport.api?cspVersion=e12&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the local server */
180
181
## END OF CSP ENFORCE BLOCK (DO NOT CHANGE THIS TEXT)
181
182
182
183
## START OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
@@ -191,7 +192,7 @@ csp.report=\
191
192
base-uri 'self' ; /* Limit the base tags to only source from current server */\
192
193
frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
193
194
frame-src 'self' ${FRAME.SOURCES} ; /* Limit iframe content sources (from what servers can this server's iframe content be loaded) */\
194
-
report-uri https://www.labkey.org/admin-contentSecurityPolicyReport.api?cspVersion=r11&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the supplied URL */
195
+
report-uri https://www.labkey.org/admin-contentSecurityPolicyReport.api?cspVersion=r12&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the local server */
195
196
## END OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
196
197
197
198
## Load optional application.properties if file exists - used for one-off labkey cloud use cases etc.
0 commit comments