Conversation
0f4a66c to
16a9b34
Compare
There was a problem hiding this comment.
this methods opens up the policy, does it still cause problems for the accessibiltiy tool on this step if we leave it in?
There was a problem hiding this comment.
Not sure about that, I have to test that out.
|
Would the existing If we did add this, would the idea be to only allow for it in local development, and not in any deployed environments? |
If IdentityConfig.store.suppress_content_security_policy is true. changelog: Accessibility, Internal, Add config to suppress content security policy in AWS sandbox (LG-7191)
16a9b34 to
33e952a
Compare
Inside blocks/procs; use next instead.
Suppress content security policy if IdentityConfig.store.suppress_content_security_policy is true.
508 tools that rely on javascript execution (ANDI for example) are unable to execute in the development environment due to Content Security Policy (CSP) policies.
Creating/setting IdentityConfig.store.suppress_content_security_policy in an AWS sandbox will allow developers to turn CSP off, allowing these valuable tools to run.