Toolvana: production-ready media tools platform (CodeIgniter 4)
- 134-tool registry with programmatic SEO (unique titles/H1/descriptions, JSON-LD graphs, sitemap index, canonical 301 enforcement via required filter) - DB-backed job queue (SKIP LOCKED) with drivers: Ffmpeg, Images (GD), Pdf (qpdf/gs/poppler), Youtube (thumbnails), Qr (server-side PNG) - Security: SSRF guard, MIME validation, rate limits, API-key auth, bcrypt admin login, security headers - Admin panel: dashboard, tools/categories/guides CRUD, SEO audit, analytics, job inspector with retry, system health, feature flags - Docker deployment (nginx + web/api FPM pools + scalable workers), PHPUnit suite (19 tests / 1139 assertions), PWA manifest + service worker
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<div class="wrap">
|
||||
<article class="prose" style="margin-top:2.5rem">
|
||||
<h1>Cookie Policy</h1>
|
||||
<p><em>Last updated: <?= date('F Y') ?></em></p>
|
||||
<p><?= esc(config('Site')->name) ?> sets exactly one cookie:</p>
|
||||
<table>
|
||||
<tr><th>Name</th><th>Purpose</th><th>Lifetime</th></tr>
|
||||
<tr><td><code>tv_session</code></td><td>Links your uploaded file to its processing job so you can download results. Contains no personal data.</td><td>Session (deleted when you close the browser)</td></tr>
|
||||
</table>
|
||||
<p>No analytics cookies, advertising cookies, or third-party trackers are used. Because the only cookie is strictly functional, no consent banner is required.</p>
|
||||
</article>
|
||||
</div>
|
||||
Reference in New Issue
Block a user