Create a Content-Security Policy • 01 Jun 2020
A CSP or Content-Security-Policy is a definition of what kind of external or internal content is allowed in your website. It is given as a long string in a HTTP header.
Check if your site is HTTPS ready • 09 Sep 2017
I often hear people struggling with the security of their website. So I have made a tool to check if your site is HTTPS ready. Use it to check if your web server is set up correctly (e.g. always redirect...