Commit e8e46660 authored by brizental's avatar brizental
Browse files

fixup! Bug 23247: Communicating security expectations for .onion

parent 0114193a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ const { DownloadUtils } = ChromeUtils.importESModule(
ChromeUtils.defineESModuleGetters(this, {
  LoginHelper: "resource://gre/modules/LoginHelper.sys.mjs",
});
XPCOMUtils.defineLazyGetter(this, "gTorButtonBundle", function () {
ChromeUtils.defineLazyGetter(this, "gTorButtonBundle", function () {
  return Services.strings.createBundle(
    "chrome://torbutton/locale/torbutton.properties"
  );