Commit 93fb7a81 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

fixup! MB 39: Add home page about:mullvad-browser

MB 95: Disable secure Mullvad Browser badge for the homepage
parent fac5402d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ function isBlankPageURL(aURL) {
    aURL == "about:blank" ||
    aURL == "about:home" ||
    aURL == "about:welcome" ||
    aURL == "about:mullvad-browser" ||
    aURL == BROWSER_NEW_TAB_URL
  );
}