@bytebrand/fe-ui-core 4.8.17 → 4.8.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -54,9 +54,6 @@ export const COOKIE_SCHEMA = {
|
|
|
54
54
|
'locale'
|
|
55
55
|
],
|
|
56
56
|
Facebook: ['_fbp'],
|
|
57
|
-
['Google Analytics']: [
|
|
58
|
-
...GOOGLE_BUNDLE_COOKIES
|
|
59
|
-
],
|
|
60
57
|
Hotjar: ['hotjar'],
|
|
61
58
|
Microsoft: ['_clck', '_clsk', '_uetsid', '_uetvid']
|
|
62
59
|
},
|
|
@@ -102,6 +99,7 @@ export const COOKIE_SCHEMA = {
|
|
|
102
99
|
Google: [
|
|
103
100
|
'test_cookie',
|
|
104
101
|
'IDE',
|
|
102
|
+
...GOOGLE_BUNDLE_COOKIES
|
|
105
103
|
],
|
|
106
104
|
['RTB House']: [
|
|
107
105
|
'rtbh',
|