# CSP Bypass The aim of this challenge is to bypass the CSP (Content Security Policy) to execute a script from an external source. # Low ```javascript console.log("Welcome the the hacking word"); ``` > Upload this script to pastebin # Medium > In progress # High > In progress