mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-28 07:45:09 +00:00
14 lines
495 B
C++
14 lines
495 B
C++
diff --git a/netwerk/protocol/http/moz.build b/netwerk/protocol/http/moz.build
|
|
index d2330003caf35c43d6831fb0d356ece513906f78..76c2faf822ddaf645eb03d93380c58b4e3b510c0 100644
|
|
--- a/netwerk/protocol/http/moz.build
|
|
+++ b/netwerk/protocol/http/moz.build
|
|
@@ -227,7 +227,7 @@ LOCAL_INCLUDES += [
|
|
"/netwerk/url-classifier",
|
|
]
|
|
|
|
-DEFINES["MOZ_APP_UA_NAME"] = f'"{CONFIG["MOZ_APP_UA_NAME"]}"'
|
|
+DEFINES["MOZ_APP_UA_NAME"] = f'"Firefox"'
|
|
|
|
if CONFIG["MOZ_AUTH_EXTENSION"]:
|
|
LOCAL_INCLUDES += [
|