Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/iam-site-checker-addon
Verifies that you are on a site that is safe to enter your Mozilla credentials on
https://github.com/mozilla/iam-site-checker-addon
mozilla
Last synced: 3 months ago
JSON representation
Verifies that you are on a site that is safe to enter your Mozilla credentials on
- Host: GitHub
- URL: https://github.com/mozilla/iam-site-checker-addon
- Owner: mozilla
- License: mpl-2.0
- Archived: true
- Created: 2019-05-14T23:50:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T16:12:01.000Z (over 3 years ago)
- Last Synced: 2024-09-19T02:26:26.385Z (3 months ago)
- Topics: mozilla
- Language: JavaScript
- Size: 293 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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/`.