fix(lang/priv): textes factuels sur le cookie de langue ; le site pose désormais un unique cookie de préférence de langue (zektyc-lang) et non 'aucun cookie'
This commit is contained in:
parent
88adcb1590
commit
537478d016
6 changed files with 38 additions and 37 deletions
|
|
@ -53,15 +53,15 @@
|
|||
"name": "Does this website collect my data?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "No. Zektyc intentionally collects nothing: no account, no form, no cookie, no tracker, no analytics and no share buttons. The only data processed is automatic technical logging (IP address, date and time, requested resource), kept for fourteen days maximum for security purposes, then automatically deleted. Our privacy policy details all of these processing activities."
|
||||
"text": "No. Zektyc intentionally collects no personal data: no account, no form, no tracker, no analytics and no share buttons. Visiting the site only produces automatic technical logging (IP address, date and time, requested resource), kept for fourteen days maximum for security purposes then deleted. The only cookie set is the language preference (zektyc-lang), remembered locally on your device."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Why are there no cookies on this website?",
|
||||
"name": "Do you use a tracking cookie?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Because tracking is never necessary for an informational website: it only serves to profile visitors and resell their data. Without cookies, there is no tracking, no targeted advertising and no consent to extort. It is our way of practising what we preach: privacy is not a luxury, it is a fundamental right, and it starts with technical sobriety."
|
||||
"text": "No tracking cookie and no tracker. The site sets a single language-preference cookie (zektyc-lang) so that each page is served in the right version (French or English); your choice is kept on your device. It carries no identifier, no profile and no browsing data, is neither used nor sold to anyone, and expires after one year."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -199,11 +199,11 @@
|
|||
<div class="faq-list">
|
||||
<article class="faq-item">
|
||||
<h3 data-i18n="faq.q1">Does this website collect my data?</h3>
|
||||
<p data-i18n="faq.a1">No. Zektyc intentionally collects nothing: no account, no form, no cookie, no tracker, no analytics and no share buttons. The only data processed is automatic technical logging (IP address, date and time, requested resource), kept for fourteen days maximum for security purposes, then automatically deleted. Our privacy policy details all of these processing activities.</p>
|
||||
<p data-i18n="faq.a1">No. Zektyc intentionally collects no personal data: no account, no form, no tracker, no analytics and no share buttons. Visiting the site only produces automatic technical logging (IP address, date and time, requested resource), kept for fourteen days maximum for security purposes then deleted. The only cookie set is the language preference (zektyc-lang), remembered locally on your device.</p>
|
||||
</article>
|
||||
<article class="faq-item">
|
||||
<h3 data-i18n="faq.q2">Why are there no cookies on this website?</h3>
|
||||
<p data-i18n="faq.a2">Because tracking is never necessary for an informational website: it only serves to profile visitors and resell their data. Without cookies, there is no tracking, no targeted advertising and no consent to extort. It is our way of practising what we preach: privacy is not a luxury, it is a fundamental right, and it starts with technical sobriety.</p>
|
||||
<h3 data-i18n="faq.q2">Do you use a tracking cookie?</h3>
|
||||
<p data-i18n="faq.a2">No tracking cookie and no tracker. The site sets a single language-preference cookie (zektyc-lang) so that each page is served in the right version (French or English); your choice is kept on your device. It carries no identifier, no profile and no browsing data, is neither used nor sold to anyone, and expires after one year.</p>
|
||||
</article>
|
||||
<article class="faq-item">
|
||||
<h3 data-i18n="faq.q3">Is online privacy really for everyone?</h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue