Modrinth/privacy-toggles.js

19 lines
825 B
JavaScript

export default {
settings: {
ads: {
title: 'Personalized ads',
description: `Marketing and 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 allow us to get insights into how each user is using the platform
in order to improve the experience for everyone.\n By enabling this toggle, you allow us to gather information
across requests. Disabling this toggle will simply remove all Personal Identifying Information from now on.`,
default: true,
},
},
}