Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan authored Oct 3, 2023
1 parent 6f83072 commit aa0513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ non-sense in http_only mode.
When False: (default) exchanges between front/ui and back are in clear text (json), readable by a MITM.
When True: exchanges will be encrypted (less readable by a MITM, TODO: will try to use public/private keys in future)

#### http_only(bool)
#### httponly(bool)

When False: (default) it will use websocket transport (between front/ui and back), with auto-reconnect feature.
When True: it will use http transport (between front/ui and back). But "tag.update" feature will not be available.
Expand Down

0 comments on commit aa0513e

Please sign in to comment.