File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ In the built output you will see these dramatic differences in the bundled code
57
57
58
58
#### App specific integration replacements
59
59
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.
67
67
68
68
### Features scope injection utilities
69
69
You can’t perform that action at this time.
0 commit comments