Skip to content

Commit

Permalink
Revert accidental change of config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 17, 2025
1 parent e6c5770 commit d5f35d2
Showing 1 changed file with 64 additions and 1 deletion.
65 changes: 64 additions & 1 deletion clients/privacy-center/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,68 @@
"confirmButtonText": "Continue",
"cancelButtonText": "Cancel"
}
]
],
"includeConsent": true,
"consent": {
"button": {
"description": "Manage your consent preferences, including the option to select 'Do Not Sell or Share My Personal Information'.",
"description_subtext": [
"In order to opt-out of certain consent preferences, we may need to identify your account via your email address. This is optional."
],
"icon_path": "/consent.svg",
"identity_inputs": {
"email": "optional"
},
"title": "Manage your consent",
"modalTitle": "Manage your consent",
"confirmButtonText": "Continue",
"cancelButtonText": "Cancel"
},
"page": {
"consentOptions": [
{
"fidesDataUseKey": "marketing.advertising",
"name": "Data Sales or Sharing",
"description": "We may use some of your personal information for behavioral advertising purposes, which may be interpreted as 'Data Sales' or 'Data Sharing' under regulations such as CCPA, CPRA, VCDPA, etc.",
"url": "https://example.com/privacy#data-sales",
"default": {
"value": true,
"globalPrivacyControl": false
},
"highlight": false,
"cookieKeys": ["data_sales"],
"executable": false
},
{
"fidesDataUseKey": "marketing.advertising.first_party",
"name": "Email Marketing",
"description": "We may use some of your personal information to contact you about our products & services.",
"url": "https://example.com/privacy#email-marketing",
"default": {
"value": true,
"globalPrivacyControl": false
},
"highlight": false,
"cookieKeys": ["tracking"],
"executable": false
},
{
"fidesDataUseKey": "functional",
"name": "Product Analytics",
"description": "We may use some of your personal information to collect analytics about how you use our products & services.",
"url": "https://example.com/privacy#analytics",
"default": true,
"highlight": false,
"cookieKeys": ["analytics"],
"executable": false
}
],
"description": "Manage your consent preferences, including the option to select 'Do Not Sell or Share My Personal Information'.",
"description_subtext": [
"When you use our services, you're trusting us with your information. We understand this is a big responsibility and work hard to protect your information and put you in control."
],
"policy_key": "default_consent_policy",
"title": "Manage your consent"
}
}
}

0 comments on commit d5f35d2

Please sign in to comment.