Skip to content

Commit 1ba3849

Browse files
authored
Update cookie validity update.md
1 parent 61acc53 commit 1ba3849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ analytics.load('writeKey', {
4242
}
4343
})
4444
```
45-
*Note*: Chrome allows 400 days as a maximum limit for cookies so if a value is set beyond that, then the upper limit will be set to 400 days instead of rejecting it. More information on this here: https://developer.chrome.com/blog/cookie-max-age-expires/
45+
**Note**: Chrome allows 400 days as a maximum limit for cookies so if a value is set beyond that, then the upper limit will be set to 400 days instead of rejecting it. More information on this here: https://developer.chrome.com/blog/cookie-max-age-expires/
4646

4747
### User settings
4848

0 commit comments

Comments
 (0)