Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 49e5545

Browse files
bansawbancheemxdvl
authored andcommitted
changes SameSite from None to Lax for tests on Chrome 85.0.4183 which added rejection of insecure SameSite=None cookies (prebid#5719)
1 parent 56356e6 commit 49e5545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/modules/fintezaAnalyticsAdapter_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function setCookie(name, value, expires) {
1212
document.cookie = name + '=' + value +
1313
'; path=/' +
1414
(expires ? ('; expires=' + expires.toUTCString()) : '') +
15-
'; SameSite=None';
15+
'; SameSite=Lax';
1616
}
1717

1818
describe('finteza analytics adapter', function () {

0 commit comments

Comments
 (0)