Skip to content

Commit

Permalink
add headers (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoliver authored Apr 25, 2023
1 parent 36dd6e0 commit 037533b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ quarkus.http.cors.headers=*
quarkus.http.cors.exposed-headers=Content-Type,link,PageCount
quarkus.http.test-port=8080
quarkus.http.enable-compression=true
quarkus.http.header."X-Content-Type-Options".value=nosniff
quarkus.http.header."Strict-Transport-Security".value=max-age=63072000; includeSubDomains; preload
quarkus.http.header."X-Frame-Options".value=DENY

quarkus.log.file.format=%d{yyyy-MM-dd HH:mm:ss,SSS} [%c{3.}] (%t) %s%e%n
quarkus.log.console.enable=true
Expand Down

0 comments on commit 037533b

Please sign in to comment.