Skip to content

Commit 50fd679

Browse files
Update README.md (#184)
* Update README.md * Update README.md
1 parent 16e1fe3 commit 50fd679

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ In the built output you will see these dramatic differences in the bundled code
5757

5858
#### App specific integration replacements
5959

60-
$CONTENT_SCOPE$ - raw remote config object
61-
$USER_UNPROTECTED_DOMAINS$ - an array of user allowlisted domains
62-
$USER_PREFERENCES$ - an object containing:
63-
platform: { name: '<ios | macos | extension | android>' }
64-
debug: boolean
65-
globalPrivacyControlValue: boolean
66-
sessionKey: <random UUID string> (used for fingerprinting)
60+
- `$CONTENT_SCOPE$` - raw remote config object
61+
- `$USER_UNPROTECTED_DOMAINS$` - an array of user allowlisted domains
62+
- `$USER_PREFERENCES$` - an object containing:
63+
- platform: { name: '<ios | macos | extension | android>' }
64+
- debug: boolean
65+
- globalPrivacyControlValue: boolean
66+
- sessionKey: <CSRNG UUID 4 string> (used for fingerprinting) - this should regnerate on browser close or every 24 hours.
6767

6868
### Features scope injection utilities
6969

0 commit comments

Comments
 (0)