Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mms-lib] Changed default User-Agent to "Mozilla/5.0 (Sailfish; Jolla)"
The current User-Agent string doesn't even conform to RFC 2616.
  • Loading branch information
monich committed Apr 12, 2014
1 parent 6a87b89 commit 436b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-lib/src/mms_lib_util.c
Expand Up @@ -23,7 +23,7 @@
#endif

#define MMS_DEFAULT_ROOT_DIR "/tmp/mms"
#define MMS_DEFAULT_USER_AGENT "Jolla MMS"
#define MMS_DEFAULT_USER_AGENT "Mozilla/5.0 (Sailfish; Jolla)"
#define MMS_DEFAULT_RETRY_SECS (15)
#define MMS_DEFAULT_IDLE_SECS (20)
#define MMS_DEFAULT_SIZE_LIMIT (300*1024)
Expand Down

0 comments on commit 436b521

Please sign in to comment.