Summary: For Flipper Desktop, Electron based, the origin maybe file:// as shown in tests: ``` Refused socket connection from cross domain request, origin: file://, host: localhost:52342. Expected origins: http://localhost:52342 or http://[::1]:52342 or http://::1:52342 or http://localhost:3000. Expected hosts: localhost:52342 or [::1]:52342 or ::1:52342 or localhost:3000 ``` This change effectively adds `file://` as a valid origin. Reviewed By: passy Differential Revision: D37212809 fbshipit-source-id: 311a93bb8872587d15c6be4329238af6b0f6988d
flipper-server-core
Package that manages connections with flipper clients, queries for adb/idb clients, accepts incoming websocket connections and takes care of certificate exchange.
Used by Flipper desktop, flipper-server and flipper-dump