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 eaacb4d commit 891667cCopy full SHA for 891667c
src/main/java/ru/mystamps/web/feature/site/CspController.java
@@ -28,6 +28,7 @@
28
@Slf4j
29
public class CspController {
30
31
+ // @todo #1058 /site/csp/reports: add integration tests
32
@PostMapping(SiteUrl.CSP_REPORTS_HANDLER)
33
@ResponseStatus(HttpStatus.NO_CONTENT)
34
public void handleReport(@RequestBody String body) {
0 commit comments