Skip to content

Commit f30cc9b

Browse files
Use imply_option to clear crashreporter url
1 parent 89badda commit f30cc9b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

browser/moz.configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ imply_option("--with-app-name", "firefox", when="--enable-enterprise")
4040
imply_option(
4141
"--with-branding", "browser/branding/enterprise", when="--enable-enterprise"
4242
)
43+
# Clear the default value to avoid mozilla.com url compiled into product
44+
imply_option("--with-crashreporter-url", "", when="--enable-enterprise")
4345

4446
# Set UA name to "Firefox" for enterprise builds
4547
imply_option("MOZ_APP_UA_NAME", "Firefox", when="--enable-enterprise")

build/mozconfig.common.enterprise

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ ac_add_options --enable-enterprise
55
# and it goes to the console, so enable it by default.
66
ac_add_options MOZ_TELEMETRY_REPORTING=1
77

8-
## Crash reporter url gets set from console url in distribution.ini
9-
## This clears the default value to avoid mozilla.com url
10-
ac_add_options --with-crashreporter-url=
11-
128
ac_add_options --enable-strip
139

1410
### For a debug build uncomment below and comment --enable-strip

0 commit comments

Comments
 (0)