Skip to content

Commit

Permalink
Trial and error
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Dec 26, 2024
1 parent 3be2962 commit a494023
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +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-Opener-Policy", "same-origin");
ctx.header("Cross-Origin-Embedder-Policy", "require-corp");
ctx.header("Cross-Origin-Resource-Policy", "cross-origin");
});

try {
Expand Down

0 comments on commit a494023

Please sign in to comment.