Skip to content

Commit 55f4ada

Browse files
author
James Prendergast
committed
Only whitelist 'pool' cookie
1 parent fbe3d1d commit 55f4ada

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cloudfront-template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Resources:
7777
ForwardedValues:
7878
QueryString: false
7979
Cookies:
80-
Forward: all
80+
Forward: whitelist
81+
WhitelistedNames:
82+
- pool
8183
Headers:
8284
- x-content-pool
8385
ViewerProtocolPolicy: redirect-to-https

0 commit comments

Comments
 (0)