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# base-uri 'self' ; /* Limit the base tags to only source from current server */\
141
141
#useLocalBuild# frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
142
142
#useLocalBuild# frame-src 'self' ${FRAME.SOURCES} ; /* Limit iframe content sources (from what servers can this server's iframe content be loaded) */\
143
-
#useLocalBuild# report-uri admin-contentSecurityPolicyReport.api?cspVersion=e11&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the supplied URL */
143
+
#useLocalBuild# report-uri admin-contentSecurityPolicyReport.api?cspVersion=e11&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the supplied URL */
144
144
## END OF CSP ENFORCE BLOCK (DO NOT CHANGE THIS TEXT)
145
145
146
146
## START OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
@@ -155,7 +155,7 @@ csp.report=\
155
155
base-uri 'self' ; /* Limit the base tags to only source from current server */\
156
156
frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
157
157
frame-src 'self' ${FRAME.SOURCES} ; /* Limit iframe content sources (from what servers can this server's iframe content be loaded) */\
158
-
report-uri admin-contentSecurityPolicyReport.api?cspVersion=r11&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the supplied URL */
158
+
report-uri admin-contentSecurityPolicyReport.api?cspVersion=r11&${CSP.REPORT.PARAMS} ; /* Report any encountered CSP violations to the supplied URL */
159
159
## END OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
0 commit comments