@bytebrand/fe-ui-core 4.2.233 → 4.2.235
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
|
@@ -30,6 +30,7 @@ export const COOKIE_SCHEMA_LINKS = {
|
|
|
30
30
|
Microsoft: 'https://privacy.microsoft.com/de-de/privacystatement',
|
|
31
31
|
Matomo: 'https://matomo.org/privacy-policy/',
|
|
32
32
|
Trustpilot: 'https://de.legal.trustpilot.com/for-reviewers/end-user-privacy-terms',
|
|
33
|
+
Awin: 'https://www.awin.com/de/datenschutzerklarung'
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
export const COOKIE_SCHEMA = {
|
|
@@ -96,6 +97,9 @@ export const COOKIE_SCHEMA = {
|
|
|
96
97
|
Google: [
|
|
97
98
|
'test_cookie',
|
|
98
99
|
'IDE',
|
|
100
|
+
],
|
|
101
|
+
Awin: [
|
|
102
|
+
'bid'
|
|
99
103
|
]
|
|
100
104
|
}
|
|
101
105
|
};
|