Add path attribute to cookie banner cookie attributes (#16783)

GitOrigin-RevId: 4e576bed42bdc053d867fd0a20336166df1de74e
This commit is contained in:
Thomas 2024-02-01 16:03:57 +01:00 committed by Copybot
parent 341e1433de
commit 59d4f0e5a2

View file

@ -9,6 +9,7 @@ function setConsent(value) {
const cookieDomain = window.ExposedSettings.cookieDomain
const oneYearInSeconds = 60 * 60 * 24 * 365
const cookieAttributes =
'; path=/' +
'; domain=' +
cookieDomain +
'; max-age=' +