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
Using --cors remote options is mostly safe as the list of the allowed cors is limited and controlled unlike running --cors all. So I think we can remove the user input in that case.
Using
--cors remoteoptions is mostly safe as the list of the allowed cors is limited and controlled unlike running--cors all. So I think we can remove the user input in that case.