зеркало из
1
0
Форкнуть 0
Verifies that you are on a site that is safe to enter your Mozilla credentials on
Перейти к файлу
Michael Cooper 868793cec6
Merge pull request #3 from mozilla/dependabot/npm_and_yarn/mixin-deep-1.3.2
2020-04-16 10:30:31 -07:00
imgs Initial commit 2019-05-14 16:45:34 -07:00
.gitignore Initial commit 2019-05-14 16:45:34 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-05-14 16:57:12 -07:00
LICENSE Create LICENSE 2019-05-14 16:56:06 -07:00
README.md Update README and description language 2019-05-14 16:50:15 -07:00
background.js Fix capitalization of message 2019-05-14 16:47:15 -07:00
manifest.json Add add-on id 2019-05-14 17:18:46 -07:00
package.json Initial commit 2019-05-14 16:45:34 -07:00
yarn.lock Bump mixin-deep from 1.3.1 to 1.3.2 2020-04-16 16:46:04 +00:00

README.md

Mozilla IAM Site Checker

This is an in-development add-on that puts a small green checkmark in the address bar for sites on which it is safe to use your Mozilla credentials on. On other sites there is a hidden page action in the menu that shows a red X and a note that it is not safe to use your Mozilla IAM credentials on this site.

The list of sites is hard coded into the add-on. The current list is:

  • auth.mozilla.auth0.com
  • login.mozilla.com

Development

yarn install --frozen-lockfile
yarn build

A built add-on will be placed in ./web-ext-artifacts/.