Skip to content
← Back to Changelog

Thursday, November 2nd 2023

Deployment Protection is now enabled by default for new projects

Posted by

Avatar for kitfos

Kit Foster

Software Engineer

Avatar for balazs4

Balazs Varga

Software Engineer

Avatar for naaltman

Natalie Altman

Senior Product Manager

Deployment Protection is now enabled by default for all new projects, and our full set of protection options is now generally available.

Deployment Protection includes a series of features that ensure you can keep your Vercel deployments secure. Secure your Preview and Production deployments with:

  • Vercel Authentication: Restricts access to your deployments to only Vercel users with suitable access rights. Vercel Authentication is available on all plans.
  • Password Protection: Restricts access to your deployments to only users with the correct password. Password Protection is available on the Enterprise plan, or as a paid add-on for Pro plans.
  • Trusted IPs: Restricts access to your deployments to only users with the correct IP address. Trusted IPs is available in addition to Vercel Authentication and available as a part of the Enterprise plan.

To configure existing deployments with Deployment Protection, you can use this migration guide. For all new deployments, Deployment Protection with Vercel Authentication is now enabled by default.

Check out the documentation to learn more.

Post