mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-30 00:28:02 -04:00
[en][ads] show "why ads?" link before accepting cookies
This commit is contained in:
parent
408182a9b7
commit
d96ecaba7c
@ -62,7 +62,7 @@ export default {
|
||||
blur() {
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -392,6 +392,7 @@ blog:
|
||||
history: 'project-history'
|
||||
logo: 'new-logo'
|
||||
new-version: 'creating-new-language-version'
|
||||
why-ads: 'why-ads'
|
||||
|
||||
ads:
|
||||
enabled: true
|
||||
|
@ -939,7 +939,7 @@ privacy:
|
||||
optional:
|
||||
header: 'Optional cookies'
|
||||
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
|
||||
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}.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user