Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improved experience on DNSLink websites #826

Merged
merged 3 commits into from
Dec 6, 2019

Commits on Dec 5, 2019

  1. feat: opt-in DNSLink redirect

    In past, it was opt-out via redirect opt-out per hostname.
    This changes default behavior and disables redirect of DNSLink websites
    to local gateway, as noted in
    #701
    
    Adds DNSLink section to Preferences screen.
    
    Closes #701, #667
    lidel committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    24869d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. feat: View on Gateway context action on IPFS pages

    This adds new item to Active Tab section of menu in browser action
    that enables user to open existing IPFS resource at Public or Custom
    Gateway (depends on redirect status).
    lidel committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    963a340 View commit details
    Browse the repository at this point in the history
  2. feat: remove 'redirect on {domain}' from main menu

    This removes "Redirect on {fqdn}" menu item from browser action menu.
    DNSLink redirect is no longer enabled by default, and this feature does
    not need to be present at all times (It remains on Preferences screen if
    needed).
    
    In the future we will change it to "Disaple IPFS integrations on these
    hostnames"
    
    Part of #741
    lidel committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    c7c3221 View commit details
    Browse the repository at this point in the history