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
script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ; /* Limit scripts to those with nonces or transitive scripts */\
191
-
base-uri 'self' ; /* Limit the base tags to only source from current server */\
192
-
frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
193
-
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
-
## END OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
196
-
197
166
## Load optional application.properties if file exists - used for one-off labkey cloud use cases etc.
0 commit comments