@hydra-acp/browser 0.1.19 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/ui/index.html +15 -13154
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,10 +44,10 @@ The extension exposes:
|
|
|
44
44
|
From npm (recommended once published):
|
|
45
45
|
|
|
46
46
|
```sh
|
|
47
|
-
npm install -g @hydra-acp/browser
|
|
47
|
+
npm install -g @hydra-acp/cli @hydra-acp/browser
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
This drops an `hydra-acp-browser` binary on your PATH.
|
|
50
|
+
This drops the `hydra-acp` (and `hydra`) CLI plus an `hydra-acp-browser` binary on your PATH. The CLI dispatches `hydra-acp <name>` to any `hydra-acp-<name>` binary on PATH, so the browser is also reachable as `hydra-acp browser`.
|
|
51
51
|
|
|
52
52
|
Or from source:
|
|
53
53
|
|
|
@@ -193,7 +193,7 @@ step 4.
|
|
|
193
193
|
|
|
194
194
|
If you flip-flop between HTTP and HTTPS, the `Secure` cookie set under
|
|
195
195
|
HTTPS won't be sent over plain HTTP. Run
|
|
196
|
-
`hydra-acp
|
|
196
|
+
`hydra-acp browser --rotate-authkey` to start fresh.
|
|
197
197
|
|
|
198
198
|
## Configuration keys
|
|
199
199
|
|