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
This doesn't occur in v1.5.x, and occurs in v.1.6.x and v.1.7.x.
When using ReDoc with content security policy enabled, and the connect sources set to accept certain sources, an error occurs because of a request by ReDoc to example.com
Error:
Refused to connect to 'https://example.com/' because it violates the following Content Security Policy directive: "connect-src 'self' ws: wss:".
This doesn't seem to be something that is required for the functionality of ReDoc, but the prevention of loading this by CSP triggers an exception and results in a blank page
Error screenshot:
The text was updated successfully, but these errors were encountered:
This doesn't occur in v1.5.x, and occurs in v.1.6.x and v.1.7.x.
When using
ReDoc
with content security policy enabled, and the connect sources set to accept certain sources, an error occurs because of a request byReDoc
toexample.com
Error:
This doesn't seem to be something that is required for the functionality of
ReDoc
, but the prevention of loading this by CSP triggers an exception and results in a blank pageError screenshot:
The text was updated successfully, but these errors were encountered: