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
#useLocalBuild# script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ; /* Limit scripts to those with nonces or transitive scripts */\
134
134
#useLocalBuild# base-uri 'self' ; /* Limit the base tags to only source from current server */\
135
+
#useLocalBuild# ${UPGRADE.SECURE.REQUESTS} /* Conditionally add upgrade-secure-requests directive if HTTPS is required */\
135
136
#useLocalBuild# frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
136
137
#useLocalBuild# frame-src 'self' ${FRAME.SOURCES} ; /* Limit iframe content sources (from what servers can this server's iframe content be loaded) */\
137
-
#useLocalBuild# report-uri /admin-contentSecurityPolicyReport.api?cspVersion=e11&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the supplied URL */
138
+
#useLocalBuild# report-uri /admin-contentSecurityPolicyReport.api?cspVersion=e12&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the local server */
138
139
## END OF CSP ENFORCE BLOCK (DO NOT CHANGE THIS TEXT)
139
140
140
141
## START OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ; /* Limit scripts to those with nonces or transitive scripts */\
149
150
base-uri 'self' ; /* Limit the base tags to only source from current server */\
151
+
${UPGRADE.SECURE.REQUESTS} /* Conditionally add upgrade-secure-requests directive if HTTPS is required */\
150
152
frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
151
153
frame-src 'self' ${FRAME.SOURCES} ; /* Limit iframe content sources (from what servers can this server's iframe content be loaded) */\
152
-
report-uri /admin-contentSecurityPolicyReport.api?cspVersion=r11&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the supplied URL */
154
+
report-uri /admin-contentSecurityPolicyReport.api?cspVersion=r12&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the local server */
153
155
## END OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
0 commit comments