-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gdpr-consents.config.js
47 lines (47 loc) · 1.53 KB
/
gdpr-consents.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
window.INTA = {
policy_link: {
target: "_blank",
url: "https://www.intastellarsolutions.com/about/legal/privacy"
},
settings: {
company: "Test Company",
logo: "https://www.intastellarsolutions.com/assets/logos/intastellar-new-planet.svg",
/* color: "radial-gradient(circle,rgba(226, 0, 15, 1) 0%,rgba(182, 0, 15, 1) 100%)", */
color: "#c33333",
/* color: "#e2000f", */
text: false,
language: "auto",
design: "banner",
requiredCookies: [
{
cookie: "region",
domain: "cykelfaergen.info",
type: "functional",
purpose: "Used to store the user's region",
},
{
cookie: "modal",
domain: "cykelfaergen.info",
purpose: "Used to store users choice of modal",
}
],
partnerDomain: [
"intastellarsolutions.com"
],
gtagId: "G-XDDJRGFS76",
arrange: "rtl",
styleSheets: [
"https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;600;700;800&display=swap",
"https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;900&display=swap"
],
ccpa: {
on: true,
url: "https://www.intastellarsolutions.com/about/legal/california-consumer-privacy-act",
collection: [
"Email",
"Name",
"Phone number"
]
},
}
};