| Index: net/http/transport_security_state_static_unittest1.json
|
| diff --git a/net/http/transport_security_state_static_unittest1.json b/net/http/transport_security_state_static_unittest1.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0e557ff9ba1c79dc71d4ce77a2c2eaed157787cb
|
| --- /dev/null
|
| +++ b/net/http/transport_security_state_static_unittest1.json
|
| @@ -0,0 +1,38 @@
|
| +// Copyright (c) 2017 The Chromium Authors. All rights reserved.
|
| +// 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.
|
| +
|
| +{
|
| + "pinsets": [
|
| + {
|
| + "name": "test1",
|
| + "static_spki_hashes": [
|
| + "TestSPKI1"
|
| + ],
|
| + "bad_static_spki_hashes": [
|
| + "TestSPKI2"
|
| + ]
|
| + }, {
|
| + "name": "test2",
|
| + "static_spki_hashes": [
|
| + "TestSPKI2"
|
| + ]
|
| + }
|
| + ],
|
| + "entries": [
|
| + {
|
| + "name": "hsts.example.com",
|
| + "mode": "force-https",
|
| + "include_subdomains": true,
|
| + "pins": "test1"
|
| + }
|
| + ],
|
| + "domain_ids": [
|
| + "NOT_PINNED",
|
| + "EXAMPLE_COM"
|
| + ]
|
| +}
|
|
|