* Use HttpsUpgradeService for user HTTPS allow list. * Don't reload page when preference changes to align with desktop logic.
10 lines
454 B
Plaintext
10 lines
454 B
Plaintext
# Copyright (c) 2024 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
browser_api_https_upgrades_public_headers = [
|
|
"//brave/ios/browser/api/https_upgrades/https_upgrade_service.h",
|
|
"//brave/ios/browser/api/https_upgrades/https_upgrade_service_factory.h",
|
|
]
|