Skip to content

Commit 33f53ae

Browse files
committed
fix
1 parent 3a503cb commit 33f53ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudformation/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,10 @@ Resources:
950950
DefaultCacheBehavior:
951951
ViewerProtocolPolicy: redirect-to-https
952952
TargetOriginId: dummyOrigin
953+
ForwardedValues:
954+
QueryString: false
955+
Cookies:
956+
Forward: none
953957
FunctionAssociations:
954958
- EventType: viewer-request
955959
FunctionARN: !GetAtt LinkryRecordsCloudfrontFunction.FunctionARN

0 commit comments

Comments
 (0)