mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-02 09:31:57 -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() {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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}.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user