Pin LaunchCheck requests to validated DNS

This commit is contained in:
2026-07-18 06:49:58 -03:00
parent 8aae6c3b8f
commit cc71329525
6 changed files with 190 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "launch-check-studio-v1-frontend",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",

View File

@@ -96,7 +96,7 @@ export function App() {
HTTPS, page metadata, robots.txt, and key security headers, then saves the evidence for your account.
</p>
<div className="trust-bar" aria-label="Safety guarantees">
<span>SSRF-safe DNS + redirects</span>
<span>Pinned public DNS + safe redirects</span>
<span>User-scoped Postgres</span>
<span>No LLM or secrets in browser</span>
</div>