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: default local gateway URLs to 'localhost' #780

Closed
wants to merge 1 commit into from

Conversation

lidel
Copy link
Member

@lidel lidel commented Oct 2, 2019

Closes #328

TODO

  • default local gateway to localhost
  • remove warning on options page
  • ensure webui loaded from gateway port works in a firefox/chromium/brave

Known Issues

  • webui loaded from gateway port is broken
    • go-ipfs returns 403 Forbidden if request is made to localhost API
    • normalizing API host to IP solves the issue under Firefox and Chromium
    • Brave continues to show CORS error, needs additional work

Known Issues:
- webui loaded from gateway port is broken
  - go-ipfs returns 403 Forbidden if request is made to `localhost` API
    - normalizing API host to IP solves the issue under Firefox and Chromium
      - Brave continues to show CORS error needs additional work
@lidel
Copy link
Member Author

lidel commented Apr 3, 2020

Superseded by #853

@lidel lidel closed this Apr 3, 2020
@lidel lidel deleted the feat/localhost-name branch April 3, 2020 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mixed Content Warning when using localhost Gateway
1 participant