A Content Security Policy (CSP) relies on code headers to help prevent cross site scripting and other malware, providing a great addition to a layered security approach. I think of it as a reverse firewall. It tells browsers exactly what content should be accepted from my site. All other content – malware for example – should be rejected. So, it doesn’t exactly protect my site. But if my site gets infected, it can prevent the infection from spreading – possibly saving my reputation
A correct CSP is a really good thing, adding to interweb safety. So, why do almost no websites – something incredibly small like 1% of 1% – have a CSP? Partly because it is not very well known yet, but also because it is really complicated to create a correct one. It is much more likely that I will screw up my WP site and deliver false errors to my visitors than it is that my CSP will work properly.


In other posts I give my point of view on
One thing that consistently amuses me on the usually excellent 


Along with the excellent
To access the wp-admin directory (e.g. my Admin Dashboard) I have to login using my administrator username and
Update 2020-08-28: Auto-updates for plugins and themes is now built into WP 5.5 and later.
WordPress security tips abound. As of the date of this post a Google search on the phrase “wordpress security tips” returns over 36,000 results. I give 