[Merge] lp:~abreu-alexandre/webbrowser-app/fix-webapp-properties-ua-override into lp:webbrowser-app

Alexandre Abreu alexandre.abreu at canonical.com
Thu Oct 9 20:52:36 UTC 2014


The proposal to merge lp:~abreu-alexandre/webbrowser-app/fix-webapp-properties-ua-override into lp:webbrowser-app has been updated.

Commit Message changed to:

A Webapp has the option to either specify a command line option to have a specific UA overriding the default or hgave a local webapp-properties.json file that defines the UA override such as:

{
    "name": "MyWebapp",
    "includes":["http://user-agent.me/*"],
    "domain":"user-agent.me",
    "homepage":"http://user-agent.me/",
    "user-agent-override": "Mozilla/5.0 custom-user-agent-string (unlike AnyOtheBrowser)"
}

This currently does not work, or to be more precise works but the url is set before during the init flow, and the UA string is being set after the website was browsed to.

For more details, see:
https://code.launchpad.net/~abreu-alexandre/webbrowser-app/fix-webapp-properties-ua-override/+merge/237859
-- 
https://code.launchpad.net/~abreu-alexandre/webbrowser-app/fix-webapp-properties-ua-override/+merge/237859
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~abreu-alexandre/webbrowser-app/fix-webapp-properties-ua-override into lp:webbrowser-app.



More information about the Ubuntu-reviews mailing list