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
to allow requests from any URL in browsers. With 0.10.0-alpha , the --cors flag was removed (ERROR: unknown flag: --cors).
There is now an --unsafe-corsflag documented in Cosmos SDK. But when I try to use it with wasmd 0.10.0-alpha right after --trust-node, I get the error ERROR: unknown flag: --unsafe-cors.
Is there a way to configure CORS to allow all origins?
The text was updated successfully, but these errors were encountered:
Up to wasmd 0.9.x we used the CORS flag
to allow requests from any URL in browsers. With
0.10.0-alpha
, the--cors
flag was removed (ERROR: unknown flag: --cors).There is now an
--unsafe-cors
flag documented in Cosmos SDK. But when I try to use it with wasmd 0.10.0-alpha right after --trust-node, I get the error ERROR: unknown flag: --unsafe-cors.Is there a way to configure CORS to allow all origins?
The text was updated successfully, but these errors were encountered: