Merge pull request #1277 from jameshilliard/hsts-preload

add HSTS preload requirement for wallets
This commit is contained in:
Will Binns 2016-12-21 07:02:03 -06:00 committed by GitHub
commit 6f8e9c15fb

View file

@ -750,6 +750,7 @@ Optional criteria (some could become requirements):
- Does not show "received from" Bitcoin addresses in the UI - Does not show "received from" Bitcoin addresses in the UI
- Uses deterministic ECDSA nonces (RFC 6979) - Uses deterministic ECDSA nonces (RFC 6979)
- Provides a bug reporting policy on the website - Provides a bug reporting policy on the website
- Website serving executable code or requiring authentication is included in the [HSTS preload list](https://hstspreload.appspot.com/)
- If user has no access over its private keys: - If user has no access over its private keys:
- Full reserve audit(s) - Full reserve audit(s)
- Insurance(s) against failures on their side - Insurance(s) against failures on their side