We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb54be5 commit 6bd90f2Copy full SHA for 6bd90f2
src/main/java/ru/mystamps/web/support/spring/security/ContentSecurityPolicyHeaderWriter.java
@@ -102,7 +102,7 @@ class ContentSecurityPolicyHeaderWriter implements HeaderWriter {
102
// - 'sha256-CDs...' is required for 'padding:0px' inline CSS
103
// - 'sha256-Jnn...' is required for 'padding:0;width:10px;height:10px;' inline CSS
104
// - 'sha256-yBh...' is required for 'margin: 20px' inline CSS
105
- // - 'sha256-RZ7...' is required for 'color:gray' inline CSS (table.js:246:4)
+ // - 'sha256-RZ7...' is required for 'color:gray' inline CSS (table.js:220)
106
// - 'sha256-PGJ...' is required for 'width:200px;' inline CSS
107
private static final String STYLE_H2_CONSOLE =
108
" 'sha256-biLFinpqYMtWHmXfkA1BPeCY0/fNt46SAZ+BBk5YUog='"
0 commit comments