blob: 7418593d01d11335c4e15f8bfd869eb31c3d3c33 [file] [log] [blame]
// Copyright 2018 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 "components/download/quarantine/quarantine_features_win.h"
namespace download {
// When manually setting the Zone Identifier, this feature controls whether the
// HostUrl and ReferrerUrl values are set.
const base::Feature kAugmentedZoneIdentifier{"AugmentedZoneIdentifier",
base::FEATURE_DISABLED_BY_DEFAULT};
// This feature controls whether the InvokeAttachmentServices function will be
// called. Has no effect on machines that are domain-joined, where the function
// is always called.
const base::Feature kInvokeAttachmentServices{"InvokeAttachmentServices",
base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace download