Commit 15ea5a4a authored by brizental's avatar brizental Committed by Pier Angelo Vendrame
Browse files

fixup! BB 42037: Disable about:firefoxview page

Fix lints.
parent a2d3fc3a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1925,7 +1925,8 @@ tab-group {

/* about:firefoxview is disabled in Base Browser. Always hide the toolbar button
 * and menu item regardless of private browsing. See tor-browser#42037. */
#firefox-view-button, #menu_openFirefoxView {
#firefox-view-button,
#menu_openFirefoxView {
  display: none;
}