Opened at 2023-05-16T17:46:32Z
Closed at 2023-07-05T14:01:38Z
#4030 closed defect (fixed)
Make sure HTTP storage respects privacy settings
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
On client side:
- Tor is not used by client when requested (#4029)
- I2P is not used by client when requested (no ticket yet)
On server side:
- The server will expose its IP regardless of privacy settings. (I've spent less time learning about this so this may be nonsensical...)
Change History (2)
comment:1 Changed at 2023-07-05T14:01:34Z by itamarst
- Tor is done and works.
- If I2P is set ... it will blow up. So it will fulfill the requirements in this ticket.
- For servers, all the listening code is currently tied to Foolscap, so it's the same code path and shouldn't be an issue. When eventually Foolscap is ripped out, the code will need to be ported to be HTTP only, but that is not an immediate concern.
comment:2 Changed at 2023-07-05T14:01:38Z by itamarst
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.