All Projects → chromium → Hstspreload.org

chromium / Hstspreload.org

Licence: bsd-3-clause
🔒 Chromium's HSTS preload list submission website.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Hstspreload.org

Chrome Developer Mode Extension Warning Patcher
⇒ Disable Chrome's Developer Mode Extension Warning Popup & Elision WWW/HTTPS Hiding & Debugging Extension Popup
Stars: ✭ 240 (-56.2%)
Mutual labels:  https, chrome, chromium
Badssl.com
🔒 Memorable site for testing clients against bad SSL configs.
Stars: ✭ 2,234 (+307.66%)
Mutual labels:  https, chrome
Https Localhost
HTTPS server running on localhost
Stars: ✭ 122 (-77.74%)
Mutual labels:  https, chrome
Node Chrome
deprecated
Stars: ✭ 284 (-48.18%)
Mutual labels:  chrome, chromium
Tomato Clock
Tomato Clock is a simple browser extension for managing your productivity.
Stars: ✭ 241 (-56.02%)
Mutual labels:  chrome, chromium
Flaresolverr
Proxy server to bypass Cloudflare protection
Stars: ✭ 241 (-56.02%)
Mutual labels:  chrome, chromium
Androidchromium
chrome browser of android version from chromium open project
Stars: ✭ 2,911 (+431.2%)
Mutual labels:  chrome, chromium
Brightray
A thin shim over Chromium’s Content module, no longer active, the source code has been directly imported into Electron in https://github.com/electron/electron/pull/9423
Stars: ✭ 220 (-59.85%)
Mutual labels:  chrome, chromium
Surfingkeys
Map your keys for web surfing, expand your browser with javascript and keyboard.
Stars: ✭ 3,787 (+591.06%)
Mutual labels:  chrome, chromium
Chrome Charset
An extension used to modify the page default encoding for Chromium 55+ based browsers.
Stars: ✭ 346 (-36.86%)
Mutual labels:  chrome, chromium
Chromium
Chromium browser with SSL VPN. Use this browser to unblock websites.
Stars: ✭ 4,041 (+637.41%)
Mutual labels:  chrome, chromium
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-69.53%)
Mutual labels:  chrome, chromium
Cdp4j
cdp4j - Chrome DevTools Protocol for Java
Stars: ✭ 232 (-57.66%)
Mutual labels:  chrome, chromium
Mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
Stars: ✭ 33,022 (+5925.91%)
Mutual labels:  https, chrome
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+379.01%)
Mutual labels:  chrome, chromium
Qzoneexport
QQ空间导出助手,用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件,便于迁移与保存
Stars: ✭ 456 (-16.79%)
Mutual labels:  chrome, chromium
Cefpython
Python bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 2,498 (+355.84%)
Mutual labels:  chrome, chromium
Pychromeless
Python Lambda Chrome Automation (naming pending)
Stars: ✭ 219 (-60.04%)
Mutual labels:  chrome, chromium
Adamantium Thief
🔑 Decrypt chromium based browsers passwords, cookies, credit cards, history, bookmarks, autofill. Version > 80 is supported.
Stars: ✭ 283 (-48.36%)
Mutual labels:  chrome, chromium
Puppetron
Puppeteer (Headless Chrome Node API)-based rendering solution.
Stars: ✭ 429 (-21.72%)
Mutual labels:  chrome, chromium

hstspreload.org

Build Status

This folder contains the source for the HSTS preload list submission website at hstspreload.org.

See github.com/chromium/hstspreload for the core library that checks websites against the submission requirements.

Development

Requirements

  • A go development environment.

  • The java commandline program for running JAR files (for the Cloud Datastore Emulator).

    go get github.com/chromium/hstspreload.org
    cd $GOPATH/src/github.com/chromium/hstspreload.org
    make serve
    

The first time you run it, make serve will download the Cloud Datastore Emulator (≈115MB) to a cache directory.

Deployment

If you have access to the Google Cloud hstspreload project:

make deploy

Unfortunately, this usually takes 5-10 minutes.

Disclaimer

This project is used by the Chromium team to maintain the HSTS preload list. This is not an official Google product.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].