Read-Only Mode (Disabling Content Reproviding) #507
Labels
effort/weeks
Estimated to take multiple weeks
exp/expert
Having worked on the specific codebase is important
kind/discussion
Topical discussion; usually not changes to codebase
kind/enhancement
A net-new feature or improvement to an existing feature
P3
Low: Not priority right now
status/deferred
Conscious decision to pause or backlog
topic/design-ux
UX strategy, research, not solely visual design
In the advent of Tor tabs in Brave, Ongoing work on Tor transport for IPFS we started thinking about user privacy. First step was to add an option to opt-out from
window.ipfs
(#451).Another low hanging fruit is to provide configuration setting to disable/limit content reproviding:
Feature Characteristics
Reprovider
setting of active IPFS node:Interval: 0
will result in other nodes on the network not being able to discover that you have the objects that you have. There should be one-click toggle to set/unset that.Strategy
– tells reprovider what should be announced. Valid strategies are:Interval: 0
we disable "Share files via IPFS" and "window.ipfs", only "read-only" functions remain.Open Questions
Interval
to 0 and 12h) on Preferences screen?Interval: >0
andStrategy: all
Interval: >0
andStrategy: pinned
Interval: 0
Interval: >0
andStrategy: pinned
? This way user's node will annouce only content that was explicitly pinned.cc @whyrusleeping @flyingzumwalt
The text was updated successfully, but these errors were encountered: