1
0
Files
AstralRinth/privacy-toggles.js
Redblueflame 12d86493bf Switch ads provider, and switch the analytics system to Ariadne (#214)
* Switch ads provider, and switch the analytics system to Ariadne

* Fix CI error

* Remove debug messages and errors

* Updated nuxtjs
2021-05-18 07:48:26 -07:00

20 lines
782 B
JavaScript

export default {
settings: {
ads: {
title: 'Allow personalized ads',
description: `Marketing/target cookies are usually used to show you advertisements that meet your interests.
When you visit another website, your browser's cookie is recognized and selected ads are displayed to you
based on the information stored in this cookie.`,
default: true,
},
analytics: {
title: 'Analytics',
description: `Modrinth uses in-house tools that allows us to get insights on how
each user is using the platform, to improve the experience for
everyone.\n By enabling this toggle, you allow us to get information across requests,
disabling it will just remove all PII from now on.`,
default: true,
},
},
}