// Copyright 2024 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "storage/browser/blob/features.h" | |
namespace features { | |
// Please keep features in alphabetical order. | |
BASE_FEATURE(kBlockCrossPartitionBlobUrlFetching, | |
"BlockCrossPartitionBlobUrlFetching", | |
base::FEATURE_ENABLED_BY_DEFAULT); | |
// Please keep features in alphabetical order. | |
} // namespace features |