I'm backend developer helping with a web server deployment for a frontend team, while I was researching vulnerabilites I came across Content Security Policy, if I set up the CSP header this "Content-Security-Policy: default-src 'self' data: {own_domain_1} {own_domain_2}", the website doesn't work, the frontend team tells me that adding 'unsafe-inline' and 'unsafe-eval' will not pose a threat since the domains where the data is being loaded from are our own but I have not come across any kind of documentation that make that claim, is it true?, and if not, can you point me to the documentation so I can bring it to my superiors. Thanks in advance.