Skip to content

Commit d7fcf3b

Browse files
committed
edits
1 parent 8d7aaae commit d7fcf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/cookie validity update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If a user returns to your site after the cookie expires, Analytics.js looks for
1818
Analytics.js sets some default properties when creating cookies for user or group identities. You can override the default cookie properties in code when loading Analytics.js by passing in a `cookie` object to the load method.
1919

2020
> info ""
21-
> Analytics.js doesn't set third-party cookies and only sets first-party cookies.
21+
> Analytics.js doesn't set third-party cookies and only sets first-party cookies.
2222
2323
Here is the full list of available parameters with their default values:
2424

@@ -43,7 +43,7 @@ analytics.load('writeKey', {
4343
})
4444
```
4545
> info ""
46-
> Chrome has a maximum limit of 400 days for cookies. If a value is set beyond that, then Chrome sets the upper limit to 400 days instead of rejecting it. Visit Chrome's [docs](https://developer.chrome.com/blog/cookie-max-age-expires/ ){:target="blank"} to learn more.
46+
> Chrome has a maximum limit of 400 days for cookies. If a value is set beyond that, then Chrome sets the upper limit to 400 days instead of rejecting it. Visit Chrome's [docs](https://developer.chrome.com/blog/cookie-max-age-expires/){:target="blank"} to learn more.
4747
4848
### User settings
4949

0 commit comments

Comments
 (0)