blob: 2c6e4572a530473411f6b0d407a6b8549d3f4b1e [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This is a HSTS preloaded list used by the unittests. For more information
// on the content and format see the comments in
// transport_security_state_static.json.
{
"entries": [
{
"name": "example.com",
"policy": "test",
"mode": "force-https",
"include_subdomains": true
}, {
"name": "hpkp.example.com",
"policy": "test"
}, {
"name": "example.org",
"policy": "test",
"mode": "force-https"
}, {
"name": "badssl.com",
"policy": "test",
"include_subdomains": true
}, {
"name": "mix.badssl.com",
"policy": "test",
"mode": "force-https",
"include_subdomains": false
}, {
// Keep this a simple entry in the context of TrieWriter::IsSimpleEntry().
"name": "simple-entry.example.com",
"policy": "test",
"mode": "force-https",
"include_subdomains": true
}
]
}