chromium/net/http/transport_security_state_static_unittest_default.json

// 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 preload list for net_unittests. Use or add entries in this
// file when you need to write a test that has expectations that depend on
// static transport security state. Tests should never depend on the real
// preload list. The format of this file is identical to
// transport_security_state_static.json.

{
  "entries": [
    { "name": "hsts-preloaded.test", "policy": "test", "mode": "force-https" },
    { "name": "include-subdomains-hsts-preloaded.test", "policy": "test", "mode": "force-https", "include_subdomains": true },
    { "name": "example", "policy": "test", "mode": "force-https", "include_subdomains": true },

    { "name": "no-rejected-pins-pkp.preloaded.test", "policy": "test" },

    { "name": "hsts-hpkp-preloaded.test", "policy": "test", "mode": "force-https" },

    { "name": "www.example.org", "policy": "test" },
    { "name": "test.example.org", "policy": "test" },
    { "name": "mail.example.org", "policy": "test" },
    { "name": "mail.example.com", "policy": "test" },
    { "name": "example.test", "policy": "test" }
  ]
}