// 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": "hsts.example.com", | |
"policy": "test", | |
"mode": "force-https", | |
"include_subdomains": true | |
} | |
] | |
} |