Skip to content

Commit

Permalink
fix: policy
Browse files Browse the repository at this point in the history
  • Loading branch information
apalchys committed Nov 29, 2023
1 parent afa596f commit 7744e17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdk/AngularCourseStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ export class AngularCourseStack extends cdk.Stack {
responseHeadersPolicy:
cloudfront.ResponseHeadersPolicy.CORS_ALLOW_ALL_ORIGINS,
cachePolicy: cloudfront.CachePolicy.CACHING_DISABLED,
originRequestPolicy: cloudfront.OriginRequestPolicy.ALL_VIEWER,
viewerProtocolPolicy: cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS,
},
domainNames: [this.fqdn],
Expand Down

0 comments on commit 7744e17

Please sign in to comment.