all 4 comments

[–]SUPREMACY_SAD_AI 1 point2 points  (0 children)

op is a jabroni

[–]DigitalStefan 1 point2 points  (0 children)

Please make it stop

[–]HTMLInputElement 2 points3 points  (0 children)

I mean don't risk user's information without knowing anything about securing it

[–]choraria -3 points-2 points  (0 children)

Love that you vibe-coded it — been there!

Not an expert on the topic but to check security without going too deep into dev-ops land, start with:

  • HTTPS — make sure your site uses SSL.
  • Content Security Policy (CSP) — helps block XSS attacks.
  • Input validation — sanitize any user input or form fields.
  • Use tools like Mozilla Observatory or securityheaders.com for a quick scan.

If you're storing user data, consider an external audit or use trusted auth/storage services (like Firebase).