Jed
Jed copied to clipboard
Manifest repo url is blocked by firefox
The repository url in the package.json contains a username, which causes problems in some browsers. https://github.com/messageformat/Jed/blob/351c47d5c57c5c81e418414c53ca84075c518edb/package.json#L8
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.
The issue could be solved by changing the url to https://github.com/SlexAxton/Jed.git (or https://github.com/messageformat/Jed.git)