Question 22
What will happen if a page includes this CSP header and the script attempts to load an external JavaScript file from otherurl.com?
CSP Header:
Content-Security-Policy: default-src 'self';HTML :
<script src="https://otherurl.com/code.js"></script>