send X-Frame-Options header with value "DENY"

This commit is contained in:
Athou
2022-07-14 13:46:08 +02:00
parent 09eec3235d
commit a48135a60d
2 changed files with 16 additions and 0 deletions

View File

@@ -316,6 +316,11 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-json</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-web</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>