Commit 631c2c54 authored by henry's avatar henry Committed by henry
Browse files

fixup! TB 30237: Add v3 onion services client authentication prompt

TB 44959: Swap about:manual link.
parent 2064e1c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <label
      class="text-link popup-notification-learnmore-link"
      is="text-link"
      href="about:manual#onion-services_onion-service-authentication"
      href="about:manual#features__onion-services___onion-service-auth"
      useoriginprincipal="true"
      data-l10n-id="onion-site-authentication-prompt-learn-more"
    />
+1 −1
Original line number Diff line number Diff line
@@ -792,7 +792,7 @@ SettingGroupManager.registerGroups({
  onionSiteAuthentication: {
    l10nId: "onion-site-authentication-group",
    headingLevel: 2,
    supportPage: "tor-manual:onion-services_onion-service-authentication",
    supportPage: "tor-manual:features__onion-services___onion-service-auth",
    items: [
      {
        id: "onionSiteSavedKeys",
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ function initOnionError() {
  const learnMore = document.getElementById("learnMoreContainer");
  learnMore.hidden = false;
  const learnMoreLink = document.getElementById("learnMoreLink");
  learnMoreLink.href = "about:manual#onion-services";
  learnMoreLink.href = "about:manual#features__onion-services";

  setFocus("#netErrorButtonContainer > .try-again");