I'm getting Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”). When I try to access login part of my website on live server.
I posted whole source code here
I also tried adding
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
But it didn't work