Files
StephenHeaps 17833077ec fix(privacy): Use HttpsUpgradeService / HttpsOnlyModeAllowlist on iOS (#25454)
* Use HttpsUpgradeService for user HTTPS allow list.

* Don't reload page when preference changes to align with desktop logic.
2024-10-07 12:45:38 -04:00

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",
]