-
-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Description
We attempted to implement the AsyncAPI React component in an Angular project following the documentation:
“Using in other technologies” → “Using in Angular”
https://github.com/asyncapi/asyncapi-react/blob/master/docs/usage/angular.md
When running the implementation, we encounter the following error
Current Workaround
The component only works if we relax the Content Security Policy (CSP) by adding 'unsafe-eval' to the script-src directive.
Questions / Request for Guidance
- Is there a plan to address this issue so that 'unsafe-eval' can be avoided?
- Is there a recommended workaround that does not require relaxing the CSP?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels