Skip to content

Commit

Permalink
Merge pull request #134 from maticnetwork/DEVOPS-2599-cors-issue-update
Browse files Browse the repository at this point in the history
Update allow methods
  • Loading branch information
sshrihar authored Apr 5, 2024
2 parents 90e9906 + dc18f63 commit 30b312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http {
add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Credentials false;
add_header Access-Control-Allow-Headers *;
add_header Access-Control-Allow-Methods ALL;
add_header Access-Control-Allow-Methods GET, POST, OPTIONS;
add_header Access-Control-Expose-Headers *;

}
Expand Down

0 comments on commit 30b312c

Please sign in to comment.