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

Manifest repo url is blocked by firefox #63

Open
wrenger opened this issue Mar 15, 2021 · 1 comment
Open

Manifest repo url is blocked by firefox #63

wrenger opened this issue Mar 15, 2021 · 1 comment

Comments

@wrenger
Copy link

wrenger commented Mar 15, 2021

The repository url in the package.json contains a username, which causes problems in some browsers.

"url": "https://SlexAxton@github.com/SlexAxton/Jed.git"

By opening this link in firefox the browser attempts to login to github with the SlexAxton username and shows the following error:

You are about to log in to the site “github.com” with the username “SlexAxton”, but the website does not require authentication. This may be an attempt to trick you.

@wrenger
Copy link
Author

wrenger commented Mar 16, 2021

The issue could be solved by changing the url to https://github.com/SlexAxton/Jed.git (or https://github.com/messageformat/Jed.git)

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

No branches or pull requests

1 participant