Add companyLinks schema, favicon helper with SSRF guard, URL validator

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 11:45:08 +07:00
parent 5d9c0f0249
commit 84a98efd6e
4 changed files with 323 additions and 1 deletions
+3
View File
@@ -18,3 +18,6 @@ OIDC_REDIRECT_URI=http://localhost:3000/oidc/callback
# Document uploads
UPLOADS_DIR=./uploads
BODY_SIZE_LIMIT=26214400
# Company Links favicon fetching (set false to disable outbound fetches in offline dev)
FAVICON_FETCH_ENABLED=true