We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6864c4 commit 6921907Copy full SHA for 6921907
cdn/dovetail-cdn/cloudfront.yml
@@ -416,8 +416,8 @@ Resources:
416
DefaultCacheBehavior:
417
# This default behavior would handle any traffic that doesn't match
418
# one of the provided CacheBehaviorPrefix values.
419
- AllowedMethods: [HEAD, GET]
420
- CachedMethods: [HEAD, GET]
+ AllowedMethods: [HEAD, GET, OPTIONS]
+ CachedMethods: [HEAD, GET, OPTIONS]
421
CachePolicyId: !Ref CloudFrontCachePolicy
422
Compress: false
423
FunctionAssociations:
0 commit comments