Using Content Security Policy From a <meta> tag
Here's an esoteric little discovery. You probably won't find yourself in this situation — but if you do, maybe I can save you hours of struggle. Content Security Policy is a good thing for web security. If you're not familiar with CSP yet, here's a great introduction . You can also use CSPs to disable browser features in situations where you don't have much control. I just found myself…