We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4814b commit 7707d2bCopy full SHA for 7707d2b
index.js
@@ -142,7 +142,7 @@ function cookiesHeaders (config) {
142
// extra options for all cookies we write
143
// var date = new Date()
144
// date.setTime(date + (config.cookieExpiryInSeconds * 1000))
145
- const options = '; Domain=https://' + config.websiteDomain + '; Path=/; Secure; HttpOnly'
+ const options = '; Domain=' + config.websiteDomain + '; Path=/; Secure; HttpOnly'
146
// we use a combination of lower/upper case
147
// because we need to send multiple cookies
148
// but the AWS API requires all headers in a single object!
0 commit comments