add X-Frame-Options:DENY header, thanks to anonymousmaybe for the analysis

This commit is contained in:
Zlatin Balevsky
2020-05-15 20:35:50 +01:00
parent a4b8c25ea0
commit 1e318ff3dc

View File

@ -40,6 +40,7 @@ dependencies {
developmentOnly("org.springframework.boot:spring-boot-devtools")
compile "org.grails.plugins:spring-security-core:4.0.0"
compile 'org.grails.plugins:grails-x-frame-options-plugin:1.1.0'
compile "org.springframework.boot:spring-boot-starter-logging"
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.grails:grails-core"