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
Copy file name to clipboardExpand all lines: src/lib/modules/blockchain_connector/provider.js
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,14 @@ class Provider {
43
43
// to protect user, it has no meaning if it is used server-side. See here for more details: https://github.com/ethereum/go-ethereum/issues/16608
44
44
// Moreover, Parity reject origins that are not urls so if you try to connect with Origin: "embark" it gives the following error:
45
45
// << Blocked connection to WebSockets server from untrusted origin: Some("embark") >>
46
-
// The best choice is to use void origin, BUT Geth rejects void origin, so to keep both clients happy we can use http://embark
0 commit comments