Hello Austin, if you have a personal access token, it is possible to remove the problematic CSP via the API. You can do a GET on the endpoint /api/v1/entities/cspDirectives to locate it and then a DELETE, e.g.: /api/v1/entities/cspDirectives/frame-ancestors. Let me know if this helps.