diff --git a/public/index.html b/public/index.html index 46c9278..ab79481 100644 --- a/public/index.html +++ b/public/index.html @@ -330,7 +330,7 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
🔒

Secure by Default

-

SSRF protection blocks internal IPs and metadata endpoints. Rate limiting and strict input validation built in.

+

SSRF protection blocks internal IPs and metadata endpoints. Strict input validation and secure defaults built in.

📐
@@ -633,10 +633,7 @@ async function runPlayground(){ } } -// FAQ toggles -document.querySelectorAll('.faq-q').forEach(function(q){ - q.addEventListener('click',function(){this.parentElement.classList.toggle('open')}); -}); +// FAQ toggles — handled by inline onclick, no duplicate listeners needed // Smooth scroll document.querySelectorAll('a[href^="#"]').forEach(function(a){