JavaScript Security Best Practices
What security feature does the following header implement?
Content-Security-Policy: default-src 'self'; script-src 'self' trusted-scripts.com;
Content-Security-Policy: default-src 'self'; script-src 'self' trusted-scripts.com;