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

process url fragment #7604

Merged
merged 1 commit into from
Dec 2, 2019
Merged

Conversation

xmaysonnave
Copy link
Contributor

1 - use app.ens.domains instead of manager.ens.domains
manager.ens.domains redirects to app.ens.domains however the pathname is stripped out breaking the feature to redirect to an unknown domain
this PR solves this issue
2 - process url fragment
ens url fragment are not processed and as such not resolved
this PR add the missing fragment.
I'm not familiar with swarm-ns, onion and zeronet however I added them the missing fragment.
This needs to be reviewed.
3 - The missing fragment happens also in Metamask Mobile on Android.
Thanks

use app.ens.domains instead of manager.ens.domains
Copy link
Contributor

@whymarrh whymarrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good fix, thanks @xmaysonnave!

@whymarrh whymarrh merged commit 86e7233 into MetaMask:develop Dec 2, 2019
Gudahtt added a commit that referenced this pull request Dec 3, 2019
* origin/develop:
  Fix SimpleDropdown event bubbling (#7627)
  Remove unneeded store connections (#7625)
  Replace wild random number key with index (#7629)
  Use ES6 exports for selectors (#7626)
  Fix a typo made comparing previous prop (#7628)
  Connect distinct accounts per site (#7004)
  eslint: Enable more react/jsx-* rules (#7592)
  Enable react/no-unused-state rule for ESLint (#7609)
  Enable no-var rule for ESLint (#7590)
  Process URL fragment for ens-ipfs redirects (#7604)
  add locale fix script (#7580)
  Prevent redux state mutation (#7598)
Gudahtt pushed a commit that referenced this pull request Dec 5, 2019
Also use app.ens.domains instead of manager.ens.domains
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.

2 participants