Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 075f5e4

Browse files
committed
Adding one fix back to check for minimum required
1 parent ce0cae3 commit 075f5e4

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/gov/hhs/cdc/trustedintermediary/external/javalin

1 file changed

+1
-0
lines changed

app/src/main/java/gov/hhs/cdc/trustedintermediary/external/javalin/App.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public static void main(String[] args) {
5252
ctx -> {
5353
ctx.header("X-Content-Type-Options", "nosniff");
5454
// Fix for https://www.zaproxy.org/docs/alerts/90004
55+
ctx.header("Cross-Origin-Resource-Policy", "same-origin");
5556
});
5657

5758
try {

0 commit comments

Comments
 (0)