home

Security

What makes this website and project presentation safer by default.

Included

  • +Static Next.js presentation with no form handling, auth state, or user-generated HTML.
  • +Security headers are configured in next.config.ts, including CSP, X-Frame-Options, and nosniff.
  • +No external analytics, ad scripts, trackers, or remote media are required for the page to render.
  • +All content is project-owned copy that mirrors the current server implementation instead of placeholder marketing text.

Not Included

  • -Third-party analytics scripts
  • -Remote font dependencies
  • -Ad networks or embeds
  • -User-submitted HTML rendering

Deployment Headers

snippet