more muted pages

This commit is contained in:
SowinskiBraeden committed 2026-06-28 10:15:32 -07:00
1 parent a224a902e2
commit a31e48622b
8 files changed
+165 -198

No files matched your search

+3 -3
View File
@@ -51,7 +51,7 @@
</ul>
<h2>4. Cookies and transient data</h2>
<p>We set <strong>one cookie</strong>: <code>poker_portal_session</code>. This is a functional authentication cookie that keeps you signed in. It contains only an encrypted reference to your session. We do not use advertising cookies, tracking cookies, or any third-party cookies.</p>
<p>We set <strong>one cookie</strong>: <code>myboker_org_session</code>. This is a functional authentication cookie that keeps you signed in. It contains only an encrypted reference to your session. We do not use advertising cookies, tracking cookies, or any third-party cookies.</p>
<p>Our rate-limiting system temporarily processes your IP address in memory to prevent abuse. IP addresses are not written to disk or retained once the request completes.</p>
<p>Password-reset and league-invitation links are cryptographically signed tokens that expire automatically (1 hour for resets, 7 days for invitations). They are stateless and not stored in our database.</p>
@@ -109,7 +109,7 @@
<a href="mailto:support@cedarline.digital">support@cedarline.digital</a>
</p>
</div><!-- /.legal-doc__body -->
</div><!-- /.legal-doc -->
</div>
</div>
{% endblock %}