blob: c342b1d4896db0a095b41d241384e4412ff15a51 [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 file is generated by net/tools/transport_security_state_generator/.
// See transport_security_state_static.template for more information on the data
// in this file.
// Note that consumers must include <stdint.h>, "<iterator>", and
// "net/http/transport_security_state_source.h", which this file cannot do
// itself, since it's always included in a nested namespace.
[[SPKI_HASHES]]
[[ACCEPTABLE_CERTS]]
static constexpr net::TransportSecurityStateSource::Pinset kPinsets[] = [[PINSETS]];
static constexpr uint8_t kHSTSHuffmanTree[] = [[HUFFMAN_TREE]];
static constexpr uint8_t kPreloadedHSTSData[] = [[HSTS_TRIE]];
static constexpr unsigned kPreloadedHSTSBits = [[HSTS_TRIE_BITS]];
static constexpr unsigned kHSTSRootPosition = [[HSTS_TRIE_ROOT]];
static constexpr net::TransportSecurityStateSource kHSTSSource = {
kHSTSHuffmanTree,
kPreloadedHSTSData,
kPreloadedHSTSBits,
kHSTSRootPosition,
kPinsets,
};