Skip to content

Commit

Permalink
Merge pull request #3640 from MTES-MCT/feature/3563-handle-cors
Browse files Browse the repository at this point in the history
[Sécurité - Audit] Absence de restriction CORS
  • Loading branch information
numew authored Feb 3, 2025
2 parents 84652d3 + c398909 commit 439c9c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .scalingo/nginx/server.location
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ add_header Cross-Origin-Opener-Policy "same-origin";
add_header Cross-Origin-Resource-Policy "cross-origin";
add_header Upgrade-Insecure-Requests "1";
add_header X-Powered-By "none";
add_header Access-Control-Allow-Origin "*";
add_header Access-Control-Allow-Methods "GET, POST, OPTIONS";
add_header Access-Control-Allow-Headers "Content-Type, Authorization";

Expand Down

0 comments on commit 439c9c2

Please sign in to comment.