Skip to content

Commit

Permalink
Adjust comment for frame-ancestors directive
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-ians committed Feb 18, 2025
1 parent bcf899f commit 3ddef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/configs/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ csp.report=\
font-src 'self' data: ; /* Allowed font sources */\
script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ; /* Allowed sources for script tags */\
base-uri 'self' ; /* Allowed sources for base tags */\
frame-ancestors 'self' ; /* Allowed sources for embeded and other framed resourcees */\
frame-ancestors 'self' ; /* Allowed parents for embedding or framing the current resource */\
report-uri /admin-contentsecuritypolicyreport.api?${CSP.REPORT.PARAMS} ; /* Enables browser generated reports of any encountered CSP conflicts to the supplied URL */
## END OF CSP REPORT BLOCK (DO NOT CHANGE THIS TEXT)

Expand Down

0 comments on commit 3ddef1f

Please sign in to comment.