Hello, I was trying to change the Content Security...
# gooddata-cloud
a
Hello, I was trying to change the Content Security Policy, I changed one of the wrong ones and now the entire page will not load, and this is all that I get. Screenshots attached for help. Thank you
m
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.
a
This did work, thank you!
1
m
Just out of curiosity, may I know it had been defined? I would like to share the scenario with our developers to hopefully prevent the FE from breaking this way.