[en][ads] show "why ads?" link before accepting cookies

This commit is contained in:
Andrea Vos 2022-09-08 19:54:42 +02:00
parent 408182a9b7
commit d96ecaba7c
3 changed files with 3 additions and 2 deletions

View File

@ -62,7 +62,7 @@ export default {
blur() { blur() {
if (!this.enabled) { return false; } if (!this.enabled) { return false; }
if ([this.config.user.privacyRoute, this.config.user.termsRoute].includes(this.$route.path.substr(1))) { if ([this.config.user.privacyRoute, this.config.user.termsRoute, 'why-ads'].includes(this.$route.path.substr(1))) {
return false; return false;
} }

View File

@ -392,6 +392,7 @@ blog:
history: 'project-history' history: 'project-history'
logo: 'new-logo' logo: 'new-logo'
new-version: 'creating-new-language-version' new-version: 'creating-new-language-version'
why-ads: 'why-ads'
ads: ads:
enabled: true enabled: true

View File

@ -939,7 +939,7 @@ privacy:
optional: optional:
header: 'Optional cookies' header: 'Optional cookies'
description: > description: >
We show ads to fund the project. We show ads to fund the project {/why-ads=(more details here)}.
You can agree for related third-parties to store information about you You can agree for related third-parties to store information about you
for the purposes of gathering statistics and personalising ads. for the purposes of gathering statistics and personalising ads.
details: 'You can read more in Ezoic''s {https://g.ezoic.net/privacy/pronouns.page=Privacy Policy}.' details: 'You can read more in Ezoic''s {https://g.ezoic.net/privacy/pronouns.page=Privacy Policy}.'