This page attempts to load an external JavaScript library from:
https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js
Checking if external script loaded...
Without CSP: The external script loads successfully.
With default-src 'self' CSP: The browser blocks the external script and logs a violation in the DevTools Console.
Refused to load the script 'https://cdn.jsdelivr.net/...' because it violates the following Content Security Policy directive: "script-src 'self'"