Skip to content

Commit

Permalink
Support CORS headers
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 1, 2024
1 parent 75835b8 commit 253b8c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cdn/publicfeeds-cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@ Resources:
EnableAcceptEncodingBrotli: true
EnableAcceptEncodingGzip: true
HeadersConfig:
HeaderBehavior: none
# Headers:
HeaderBehavior: whitelist
Headers:
- Origin
- Access-Control-Request-Headers
- Access-Control-Request-Method
QueryStringsConfig:
QueryStringBehavior: none
# QueryStrings:
Expand Down

0 comments on commit 253b8c2

Please sign in to comment.