Adding HTTP Security Headers to a Hugo Site on Netlify
Hardening the security headers to defend against cross-site scripting and clickjacking
Three years are about to pass since this site moved to Hugo.
I configured the HTTP security headers for the site, which had been left alone for a while.
They are directives used by web applications to configure security measures in the web browser, and they are used to defend against things like cross-site scripting and clickjacking
This article covers the configuration for the Hugo + Netlify environment that this site uses
Also, I will leave out explanations of the configuration terminology
[Read More]