Skip to content

floatingatoll/http-observatory-website

 
 

Repository files navigation

Mozilla HTTP Observatory :: Website

The Mozilla HTTP Observatory is a set of tools to analyze your website and inform you if you are utilizing the many available methods to secure it.

It is split into three projects:

TLS evaluation relies on external scanners, such as Mozilla's TLS Observatory.

Installation

If you just want to use a local version of the website, you can simply clone the dist directory:

$ git clone -b gh-pages https://github.com/mozilla/http-observatory-website.git

However, it comes with a built-in web server that will automatically regenerate the SRI hashes:

$ git clone https://github.com/mozilla/http-observatory-website.git
$ pip install -r requirements.txt
$ make devserver

Note that this will still use the global Mozilla Observatory API endpoints; you will need to change httpobs.js and httpobs-third-party.js if you wish to use your own local endpoints.

Authors

  • April King

License

  • Mozilla Public License Version 2.0

About

Mozilla Observatory (Website)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.8%
  • JavaScript 39.2%
  • CSS 4.6%
  • Python 1.2%
  • Makefile 0.2%