Skip to content

Commit

Permalink
Adding one fix back to check for minimum required
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Dec 26, 2024
1 parent ce0cae3 commit 075f5e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public static void main(String[] args) {
ctx -> {
ctx.header("X-Content-Type-Options", "nosniff");
// Fix for https://www.zaproxy.org/docs/alerts/90004
ctx.header("Cross-Origin-Resource-Policy", "same-origin");
});

try {
Expand Down

0 comments on commit 075f5e4

Please sign in to comment.