mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 14:56:14 +00:00

* chore: Updateed to firefox 142.0, b=no-bug, c=l10n, folders * chore: Finish updating to firefox, b=no-bug, c=tabs * chore: Fixed mods builds, b=no-bug, c=mods * feat: Small changes to tabs layout, b=no-bug, c=tabs, compact-mode, folders, workspaces * test: Fixed tests, b=no-bug, c=scripts, tests, folders * test: Fixed tests, b=no-bug, c=tabs, tests, welcome
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 906a2fcdcc2684ff4326aeb7f22f3441add7e56c..37e16b62d012498c66bc3a38f4ce48972298b6be 100644
|
|
--- a/netwerk/protocol/http/moz.build
|
|
+++ b/netwerk/protocol/http/moz.build
|
|
@@ -225,7 +225,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 += [
|