diff --git a/mms-lib/include/mms_settings.h b/mms-lib/include/mms_settings.h index dad50a1..97ca0c2 100644 --- a/mms-lib/include/mms_settings.h +++ b/mms-lib/include/mms_settings.h @@ -68,7 +68,7 @@ typedef struct mms_settings_class { * then these should match the default values defined in the GSettings * schema (org.nemomobile.mms.sim.gschema.xml) */ #define MMS_SETTINGS_DEFAULT_USER_AGENT "Mozilla/5.0 (Sailfish; Jolla)" -#define MMS_SETTINGS_DEFAULT_UAPROF "http://www.jolla.com/uaprof/Jolla.xml" +#define MMS_SETTINGS_DEFAULT_UAPROF "http://static.jolla.com/uaprof/Jolla.xml" #define MMS_SETTINGS_DEFAULT_SIZE_LIMIT (300*1024) #define MMS_SETTINGS_DEFAULT_MAX_PIXELS (3000000) #define MMS_SETTINGS_DEFAULT_ALLOW_DR TRUE diff --git a/mms-settings-dconf/spec/org.nemomobile.mms.sim.gschema.xml b/mms-settings-dconf/spec/org.nemomobile.mms.sim.gschema.xml index 7b32ddc..f103e73 100644 --- a/mms-settings-dconf/spec/org.nemomobile.mms.sim.gschema.xml +++ b/mms-settings-dconf/spec/org.nemomobile.mms.sim.gschema.xml @@ -1,6 +1,9 @@ - + 'Mozilla/5.0 (Sailfish; Jolla)' @@ -8,7 +11,7 @@ The value of User-Agent header to use when communicating with the MMS server. - 'http://www.jolla.com/uaprof/Jolla.xml' + 'http://static.jolla.com/uaprof/Jolla.xml' User-Agent Profile string. The value of x-wap-profile header to use when communicating with the MMS server.