Skip to content

Commit ef9173c

Browse files
committed
Line up the comments
1 parent 9d0fbd7 commit ef9173c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/configs/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ management.server.port=@@shutdownPort@@
140140
#useLocalBuild# base-uri 'self' ; /* Limit the base tags to only source from current server */\
141141
#useLocalBuild# frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
142142
#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 */
144144
## END OF CSP ENFORCE BLOCK (DO NOT CHANGE THIS TEXT)
145145

146146
## START OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
@@ -155,7 +155,7 @@ csp.report=\
155155
base-uri 'self' ; /* Limit the base tags to only source from current server */\
156156
frame-ancestors 'self' ; /* Limit iframe content destinations (who can load this server's content into an iframe) */\
157157
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 */
159159
## END OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)
160160

161161
## Use a custom logging configuration

0 commit comments

Comments
 (0)