Bug 1791179 - Fix mistaken conditional in StaticPrefs. r=dragana, a=RyanVM
--- a/modules/libpref/init/StaticPrefList.yaml
+++ b/modules/libpref/init/StaticPrefList.yaml
@@ -12687,17 +12687,17 @@
type: RelaxedAtomicBool
value: false
mirror: always
# Probability of GREASEing a TLS connection with ECH (0-100)
# 0 means never GREASE, 100 means always GREASE
- name: security.tls.ech.grease_probability
type: RelaxedAtomicUint32
-#ifdef IS_NIGHTLY_BUILD
+#ifdef NIGHTLY_BUILD
value: 50
#else
value: 0
#endif
mirror: always
# Whether to retry connections without ECH Grease
- name: security.tls.ech.disable_grease_on_fallback