Security Question

Good morning,

I know that the inherent Netlify technology provides very good security. But how good is “very good”, lol. If needed, is additional third party software available if desired? Thanks.

EDIT: I just read about Security Headers (HTTP Security Headers: 5 Headers You Must Implement on Your Site ) What do you think about them?

Security headers are great. This is a good resource for checking if/how they’re configured on your own website:

Other cool security stuff we do:

  • SSL by default:
  • user authentication if you want it
  • site-wide password protection if you want it
  • controls for who can use your site’s environment variables when pushing commits to your public repos

Security is a pretty huge topic, so hopefully this helps a little! Let us know if you have any other specific questions.