Loading browser/components/onionservices/OnionLocationParent.jsm +2 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,8 @@ const NOTIFICATION_OK_ACCESSKEY = TorStrings.onionLocation.alwaysPrioritizeAccessKey; const NOTIFICATION_TITLE = TorStrings.onionLocation.tryThis; const NOTIFICATION_DESCRIPTION = TorStrings.onionLocation.description; const NOTIFICATION_LEARN_MORE_URL = TorStrings.onionLocation.learnMoreURL; const NOTIFICATION_LEARN_MORE_URL = TorStrings.onionLocation.learnMoreURLNotification; class OnionLocationParent extends JSWindowActorParent { // Listeners are added in BrowserGlue.jsm Loading browser/components/onionservices/content/onionlocationPreferences.js +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ const OnionLocationPreferences = { const learnMore = document.getElementById("onionServicesLearnMore"); learnMore.textContent = TorStrings.onionLocation.learnMore; learnMore.href = TorStrings.onionLocation.learnMoreURL; if (TorStrings.onionLocation.learnMoreURL.startsWith("about:")) { learnMore.setAttribute("useoriginprincipal", "true"); } document.getElementById("onionServicesRadioAlways").label = TorStrings.onionLocation.always; document.getElementById("onionServicesRadioAsk").label = Loading Loading
browser/components/onionservices/OnionLocationParent.jsm +2 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,8 @@ const NOTIFICATION_OK_ACCESSKEY = TorStrings.onionLocation.alwaysPrioritizeAccessKey; const NOTIFICATION_TITLE = TorStrings.onionLocation.tryThis; const NOTIFICATION_DESCRIPTION = TorStrings.onionLocation.description; const NOTIFICATION_LEARN_MORE_URL = TorStrings.onionLocation.learnMoreURL; const NOTIFICATION_LEARN_MORE_URL = TorStrings.onionLocation.learnMoreURLNotification; class OnionLocationParent extends JSWindowActorParent { // Listeners are added in BrowserGlue.jsm Loading
browser/components/onionservices/content/onionlocationPreferences.js +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ const OnionLocationPreferences = { const learnMore = document.getElementById("onionServicesLearnMore"); learnMore.textContent = TorStrings.onionLocation.learnMore; learnMore.href = TorStrings.onionLocation.learnMoreURL; if (TorStrings.onionLocation.learnMoreURL.startsWith("about:")) { learnMore.setAttribute("useoriginprincipal", "true"); } document.getElementById("onionServicesRadioAlways").label = TorStrings.onionLocation.always; document.getElementById("onionServicesRadioAsk").label = Loading