Skip to content

Commit

Permalink
Merge branch 'DIS-78'
Browse files Browse the repository at this point in the history
  • Loading branch information
samtingleff committed Dec 18, 2019
2 parents e2721a4 + e6c83b8 commit 11f9b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/DigiTrustCookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var _setCookie = function (cookieKV, expiresKV, domainKV, pathKV) {
if (str.substr(str.length - 1) != ';') {
str += ';'
}
str += "SameSite=None;";
str += "SameSite=None; Secure;";
document.cookie = str;
};

Expand Down

0 comments on commit 11f9b57

Please sign in to comment.