Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add allowed origin to websockets (#236)
* added allowed_origins to AttachAppInterfaceRequest and forwarding websocket connection options * selectively expose only origin * removed unused import * new type for WsClientOptions * better naming * fix naming, build docs * proper WsClientOptions type * test: add allowed origins to tests * build: update to corresponding version of holochain * build: update cargo, npm & nix flake * test: fix all allowed origins * test: fix app agent origins * test: fix websocket reconnection * ci: separate restore and save cache actions * test: reenable all tests * docs: update changelog * chore: bump version * refactor: remove default timeout from tests --------- Co-authored-by: Matthias <[email protected]>
- Loading branch information