Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #71 from ndlib/MEL-378-CORS-CSRF
Browse files Browse the repository at this point in the history
adding additional CORS header for Curate integration
  • Loading branch information
Ian Alford authored May 6, 2019
2 parents e42ed67 + ce4ed96 commit 4d61ca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/cloudformation/manifest-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ Resources:
AllowedOrigins:
- '*'
MaxAge: 3000
- Id: CSRFCorsHeader
AllowedHeaders:
- X-CSRF-Token
AllowedMethods:
- GET
- HEAD
AllowedOrigins:
- '*'
ManifestBucketPolicy:
Type: AWS::S3::BucketPolicy
DependsOn: OriginAccessIdentity
Expand Down

0 comments on commit 4d61ca9

Please sign in to comment.