After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672923 - Make it possible to override the user-agent in GrlNetWc
Make it possible to override the user-agent in GrlNetWc
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks: 656001
 
 
Reported: 2012-03-27 14:52 UTC by Bastien Nocera
Modified: 2012-05-18 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
net: Add "user-agent" property (2.97 KB, patch)
2012-05-16 13:34 UTC, Juan A. Suarez Romero
accepted-commit_now Details | Review

Description Bastien Nocera 2012-03-27 14:52:13 UTC
Bug 656001 needs a user-agent that looks like:
BBC News 1.7.1 (iPhone; iPhone OS 4.0.1; en_GB)
Comment 1 Juan A. Suarez Romero 2012-05-16 13:34:32 UTC
Created attachment 214179 [details] [review]
net: Add "user-agent" property

This fixes https://bugzilla.gnome.org/show_bug.cgi?id=672923

Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Comment 2 Juan A. Suarez Romero 2012-05-18 08:45:28 UTC
commit bcf8a576d4b5caa64adca36470917defb311abec
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed May 16 13:31:10 2012 +0000

    net: Add "user-agent" property
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=672923
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 libs/net/grl-net-wc.c |   23 +++++++++++++++++++++++
 libs/net/grl-net-wc.h |    3 +++
 2 files changed, 26 insertions(+), 0 deletions(-)