Skip to content

april/security-report-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Report Card

A simple (and experimental) WebExtension that will scan sites with the Mozilla Observatory as you browse along.

Developing and Installing Locally

It is recommend that developers use web-ext for installation and testing. It provides a number of useful features, such as automated installation and autoreload upon source changes. For testing and development, run the following commands in two separate terminal windows:

$ npm run-script watch
$ web-ext run --browser-console -s build --start-url 'https://badssl.com/'

If you are simply looking to give it a single run, you can compile it by running:

$ npm install
$ npm run-script compile

And then in Firefox, go to -> Add-ons -> Extensions -> (Gear Icon) -> Debug Add-ons -> Load Temporary Add-on

Navigate to build/manifest.json and it should start running immediately.

Lastly, for a "production" release, simply run:

$ npm install
$ NODE_ENV=production npm run build

About

WebExtension that the Mozilla Observatory to scan sites and determine how secure they are.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published