We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c632930 commit d6b014cCopy full SHA for d6b014c
src/main/java/ru/mystamps/web/support/spring/security/SecurityConfig.java
@@ -147,7 +147,8 @@ protected void configure(HttpSecurity http) throws Exception {
147
// 'https://raw.githubusercontent.com' is required for: languages.png
148
+ "img-src 'self' https://cdn.rawgit.com https://raw.githubusercontent.com; "
149
// 'self' is required for: glyphicons-halflings-regular.woff2 from bootstrap
150
- + "font-src 'self'"
+ + "font-src 'self'; "
151
+ + "report-uri https://mystamps.report-uri.io/r/default/csp/reportOnly"
152
).reportOnly();
153
}
154
0 commit comments