You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
When using the parser under a strict CSP, the page fails to load due to its use of the
Function()
constructor.The error given is:
Uncaught EvalError: call to Function() blocked by CSP
This occurs with the following CSP configuration
Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self';
The text was updated successfully, but these errors were encountered: