Skip to content

Commit

Permalink
Removing fix to confirm alert
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Dec 26, 2024
1 parent dcb2e04 commit ce0cae3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ 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");
ctx.header("Cross-Origin-Opener-Policy", "same-origin");
ctx.header("Cross-Origin-Embedder-Policy", "require-corp");
});

try {
Expand Down

0 comments on commit ce0cae3

Please sign in to comment.