Skip to content

Commit

Permalink
[externalUpload] Update example to include all required headers for p…
Browse files Browse the repository at this point in the history
…roper function
  • Loading branch information
xirreal committed Jan 28, 2025
1 parent 41a79d1 commit a5001c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/externalUpload/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const settings = () => (
"CORSRules": [
{
"AllowedHeaders": ["*"],
"AllowedMethods": ["GET", "PUT", "DELETE"],
"AllowedMethods": ["GET", "PUT", "DELETE", "POST", "HEAD"],
"AllowedOrigins": ["*"],
"ExposeHeaders": ["ETag"]
}
Expand Down

0 comments on commit a5001c2

Please sign in to comment.