There is a set of standard HTTP headers that every website should implement to ensure a basic level of security. In this note, I’ll cover these headers and how to set them up for sites deployed on Netlify. Common Security Headers First, let’s review the basic HTTP headers — these are general for all requests and provide a foundational layer of security. Content-Security-Policy Header This helps protect your website from Cross Site Scripting attacs by providing a list of approved content...