Jed icon indicating copy to clipboard operation
Jed copied to clipboard

Manifest repo url is blocked by firefox

Open wrenger opened this issue 4 years ago • 1 comments

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.

wrenger avatar Mar 15 '21 14:03 wrenger

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

wrenger avatar Mar 16 '21 12:03 wrenger