JavaScript Security Best Practices

What security feature does the following header implement?
Content-Security-Policy: default-src 'self'; script-src 'self' trusted-scripts.com;
Next Question (6/20)