Opt-out proto.shool from the DNSLink redirect by default #921
Labels
effort/hours
Estimated to take one or several hours
exp/wizard
Extensive knowledge (implications, ramifications) required
kind/enhancement
A net-new feature or improvement to an existing feature
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
P0
Critical: Tackled by core team ASAP
Milestone
As noted in ProtoSchool/protoschool.github.io#548 there is a need for disabling DNSLink-redirect-by-default so the users of ProtoSchool do not lose progress information store in
window.localStorage
, which is tied to the Origin athttps://proto.school
(with option to opt-in via existing "Enable" toggle in browser action)We have opt-out list already, so the quick fix is to add one-time migration that injects
proto.school
to user's list. To do it in a generic way we should includeapp.fleek.co
and perhapsslate.host
too.ps. In the long term, we should do this in a generic way to help in addressing future requests like this without the need for making a new release of IPFS Companion – perhaps loading a JSON with 'opt-out list' hosted in this very repo? Or some way for each website to define opt-out on their own? (#930)
The text was updated successfully, but these errors were encountered: