diff --git a/src/browser/base/content/zen-styles/zen-urlbar.css b/src/browser/base/content/zen-styles/zen-urlbar.css index a74c364c9..4c88fc1dc 100644 --- a/src/browser/base/content/zen-styles/zen-urlbar.css +++ b/src/browser/base/content/zen-styles/zen-urlbar.css @@ -84,7 +84,7 @@ padding-inline-start: 8px !important; } -#identity-box.chromeUI #identity-icon { +#identity-box[pageproxystate="invalid"].chromeUI #identity-icon { display: none; } diff --git a/src/toolkit/moz-configure.patch b/src/toolkit/moz-configure.patch index a2b529500..d9af1ea14 100644 --- a/src/toolkit/moz-configure.patch +++ b/src/toolkit/moz-configure.patch @@ -1,22 +1,18 @@ diff --git a/toolkit/moz.configure b/toolkit/moz.configure -index 1f85d2831f2f71ebe4c7216bd604926d71e5189e..fb0d07554a592339f5a794151d953cb9269afd75 100644 +index 011eee093dcf77c3c8ad3cd20188b61457d8dc09..d6ffe47cf4d1dfe7a49d7e5f5d84c162b8589cc7 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure -@@ -81,6 +81,13 @@ option( +@@ -81,6 +81,9 @@ option( ) set_config("MOZ_INCLUDE_SOURCE_INFO", True, when="MOZ_INCLUDE_SOURCE_INFO") -+option( -+ env="ZEN_FIREFOX_VERSION", -+ default="130.0", -+ help="Set the version of the browser", -+) -+set_config("ZEN_FIREFOX_VERSION", "130.0", when="ZEN_FIREFOX_VERSION") ++option(env="ZEN_FIREFOX_VERSION", help="Set Zen version of Firefox", nargs=1) ++set_config("ZEN_FIREFOX_VERSION", depends_if("ZEN_FIREFOX_VERSION")(lambda v: v[0])) + option( "--with-distribution-id", nargs=1, -@@ -905,9 +912,9 @@ set_define("MOZ_AV1", av1) +@@ -886,9 +889,9 @@ set_define("MOZ_AV1", av1) option("--disable-jxl", help="Disable jxl image support")