blob: 350598805b0a5e41e57c2a83f032b7ccafb934a5 [file] [log] [blame]
// Copyright 2022 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.
#ifndef CHROME_BROWSER_WEBAUTHN_WEBAUTHN_SWITCHES_H_
#define CHROME_BROWSER_WEBAUTHN_WEBAUTHN_SWITCHES_H_
namespace webauthn::switches {
// Allows specifying one additional origin for the
// WebAuthenticationRemoteProxiedRequestsAllowed enterprise policy. The origin
// must be ordinarily allowed to perform WebAuthn requests (i.e. it must either
// be secure or http://localhost).
extern const char kRemoteProxiedRequestsAllowedAdditionalOrigin[];
} // namespace webauthn::switches
#endif // CHROME_BROWSER_WEBAUTHN_WEBAUTHN_SWITCHES_H_