corrected number of days that cookies are stored
This commit is contained in:
@@ -129,7 +129,7 @@ const tocItems = [
|
||||
<ul>
|
||||
<li><strong>Purpose:</strong> Remembers your language preference (e.g., English, Dutch, German, French)</li>
|
||||
<li><strong>Data stored:</strong> Only the language code (e.g., "en", "nl", "de", "fr")</li>
|
||||
<li><strong>Duration:</strong> 30 days</li>
|
||||
<li><strong>Duration:</strong> 365 days</li>
|
||||
<li><strong>Type:</strong> First-party cookie (not shared with any third parties)</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@@ -134,7 +134,7 @@ const tocItems = [
|
||||
Our website uses only one cookie, which is used exclusively for storing your selected language preference. This cookie is essential for the proper functioning of the language selection feature on our website. We do not use any tracking, analytics, or third-party cookies.
|
||||
</p>
|
||||
<p>
|
||||
The language preference cookie stores only your selected language choice and does not collect any personal information. This cookie is stored on your device for a period of 30 days, after which it will expire unless you visit our website again.
|
||||
The language preference cookie stores only your selected language choice and does not collect any personal information. This cookie is stored on your device for a period of 365 days, after which it will expire unless you visit our website again.
|
||||
</p>
|
||||
|
||||
<h2 id="changes" class="text-2xl font-bold mt-8 mb-4">7. Changes to Terms</h2>
|
||||
|
Reference in New Issue
Block a user