Skip to content

Commit

Permalink
Allow additional request methods
Browse files Browse the repository at this point in the history
  • Loading branch information
derekherman committed May 30, 2021
1 parent fbde791 commit e1de03e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cors.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"Range"
],
"method": [
"GET"
"GET",
"HEAD",
"OPTIONS"
],
"maxAgeSeconds": 3600
}
Expand Down

0 comments on commit e1de03e

Please sign in to comment.