summaryrefslogtreecommitdiffstats
path: root/net/base/net_switches.cc
blob: 10d6fa05d3224211e579d4e4ca83f1e534c51fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2011 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.

#include "net/base/net_switches.h"

namespace switches {

// This switch will take the JSON-formatted HSTS specification and load it
// as if it were a preloaded HSTS entry. It will take precedence over both
// website-specified rules and built-in rules.
// The JSON format is the same as that persisted in
// <profile_dir>/Default/TransportSecurity
const char kHstsHosts[]                  = "hsts-hosts";

}  // namespace switches