Next Safe

screenshot of Next Safe
nextjs

Overview

next-safe is a tool that helps secure your Next.js apps by providing sensible defaults for common security headers. It includes features like Content-Security-Policy, Permissions-Policy, Referrer-Policy, X-Content-Type-Options, X-Frame-Options, and X-XSS-Protection. You can find the full documentation at trezy.gitbook.io/next-safe.

Features

  • Secure Next.js Apps: Enhance security by setting up common security headers.
  • Content-Security-Policy: Define policies to protect against various attack vectors.
  • Permissions-Policy: Control which features are allowed in your app.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.