Skip to content

Commit 6bd90f2

Browse files
committed
style: update comment
Relate to #1555
1 parent bb54be5 commit 6bd90f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/support/spring/security/ContentSecurityPolicyHeaderWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class ContentSecurityPolicyHeaderWriter implements HeaderWriter {
102102
// - 'sha256-CDs...' is required for 'padding:0px' inline CSS
103103
// - 'sha256-Jnn...' is required for 'padding:0;width:10px;height:10px;' inline CSS
104104
// - 'sha256-yBh...' is required for 'margin: 20px' inline CSS
105-
// - 'sha256-RZ7...' is required for 'color:gray' inline CSS (table.js:246:4)
105+
// - 'sha256-RZ7...' is required for 'color:gray' inline CSS (table.js:220)
106106
// - 'sha256-PGJ...' is required for 'width:200px;' inline CSS
107107
private static final String STYLE_H2_CONSOLE =
108108
" 'sha256-biLFinpqYMtWHmXfkA1BPeCY0/fNt46SAZ+BBk5YUog='"

0 commit comments

Comments
 (0)