fix: privacy 404 + enhanced playground controls
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m7s

BUG-010: Add 301 redirects for clean URLs (/privacy → /privacy.html etc.)
and fix inconsistent href links across legal pages.

FEATURE: Enhanced playground with fullPage, quality, deviceScale,
waitUntil, and waitForSelector controls for better API evaluation.
This commit is contained in:
SnapAPI Agent 2026-02-22 08:52:32 +00:00
parent d20fbbfe2e
commit db1fa8d506
6 changed files with 79 additions and 22 deletions

View file

@ -236,7 +236,7 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
<h2>6. Data & Privacy</h2>
<ul>
<li>Your privacy is governed by our <a href="/privacy">Privacy Policy</a></li>
<li>Your privacy is governed by our <a href="/privacy.html">Privacy Policy</a></li>
<li>All data processing occurs within the European Union</li>
<li>Screenshots are generated and returned immediately (not stored)</li>
<li>API usage logs retained for billing and security purposes</li>
@ -379,9 +379,9 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
</div>
<div class="footer-col">
<h5>Legal</h5>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>
<a href="/impressum.html">Impressum</a>
<a href="/privacy.html">Privacy Policy</a>
<a href="/terms.html">Terms of Service</a>
</div>
</div>
<div class="footer-bottom">