For #25586 - Update HTTPs-only setting sumo link

This commit is contained in:
Mugurell 2022-06-10 17:25:31 +03:00 committed by mergify[bot]
parent 683226541c
commit ed2857bbe0
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@ import org.mozilla.fenix.databinding.SettingsHttpsOnlyBinding
import org.mozilla.fenix.ext.components
import org.mozilla.fenix.ext.settings
// To be replaced with a SUMO link when available. This is the desktop link.
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1758066.
private const val SUMO_URL = "https://support.mozilla.org/en-US/kb/https-only-prefs"
private const val SUMO_URL = "https://support.mozilla.org/en-US/kb/https-only-mode-firefox-android"
/**
* Lets the user customize HTTPS-only mode.