Skip to content

Commit bcece33

Browse files
committed
small fixes
1 parent c05ec9c commit bcece33

File tree

1 file changed

+3
-3
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/website/javascript/persistence.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Managing Analytics.js client-side persistence
2+
title: Client-side persistence in Analytics.js
33
strat: ajs
44
---
55

@@ -24,8 +24,8 @@ Here is the full list of available parameters with their default values:
2424
| `domain` | The domain to set the cookie to. This must match the domain of the JavaScript origin. Cookies set on top-level domain are available to sub-domains. | Top-level domain |
2525
| `maxage` | The maximum amount of time in seconds before the cookie expires. Browsers may clear cookies before this elapses. | 1 year |
2626
| `path` | The path the cookie is valid for. | `"/"` |
27-
| `sameSite` | This prevents the browser from sending the cookie along with cross-site requests. | Lax |
28-
| `secure` | This determines whether cookies can only be transmitted over secure protocols such as https. | false |
27+
| `sameSite` | This prevents the browser from sending the cookie along with cross-site requests. | `Lax` |
28+
| `secure` | This determines whether cookies can only be transmitted over secure protocols such as https. | `false` |
2929

3030
Example:
3131
```js

0 commit comments

Comments
 (0)