• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2017 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// This is a HSTS preloaded list used by the unittests. For more information
6// on the content and format see the comments in
7// transport_security_state_static.json.
8
9{
10  "entries": [
11    {
12      "name": "hsts.example.com",
13      "policy": "test",
14      "mode": "force-https"
15    }, {
16      "name": "hpkp.example.com",
17      "policy": "test"
18    }, {
19      "name": "mix.example.com",
20      "policy": "test",
21      "mode": "force-https",
22      "include_subdomains": false
23    }
24  ]
25}
26