From 4e756f6088bce4cd634702d02ccdae5389392a17 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 14 Jan 2013 13:59:07 +0000 Subject: Remove architecture from UA string. --- Makefile.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 7650b381f..d8f5b9b0c 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -78,9 +78,9 @@ NETSURF_USE_HARU_PDF := NO NETSURF_STRIP_BINARY := NO # Template used for constructing the User Agent: string. The first two -# replacements are major/minor version, second two are OS and architecture. +# replacements are major/minor version, next is OS. # Please don't be tempted to mention Mozilla here! Let's let that lie die. -NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s; %s)" +NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s)" # Default home page, if one is not defined by the user. Note that this # option does not apply to the RISC OS version, as it has its own local -- cgit v1.2.3