Comment 10 for bug 1455371

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Oh, but the URL's are getting stripped from the data. If I printf("%s\n", qPrintable(doc.toJson())); in OxideQQuickWebContextDelegateWorker::sendMessage, then I see this:

{
    "overrides": [
        [
            null,
            "Mozilla/5.0 (Linux; Ubuntu 14.04 like Android 4.4) AppleWebKit/537.36 Chromium/35.0.1870.2 Mobile Safari"
        ],
        [
            null,
            "Mozilla/5.0 (Linux; Ubuntu 14.04 like Android 4.4;) AppleWebKit/537.36 Chromium/35.0.1870.2 Mobile Safari/537.36"
        ],
        [
            null,
            "Mozilla/5.0 (Linux; Ubuntu 14.04 like Android 4.4;) AppleWebKit/537.36 Chrome/35.0.1870.2 Mobile Safari/537.36"
        ],
        [
            null,
            "Mozilla/5.0 (Linux; Ubuntu 14.04 like Android 4.4;) AppleWebKit/537.36 Chrome/35.0.1870.2 Mobile Safari/537.36"
        ],
        [
            null,
            "Mozilla/5.0 (Linux; Ubuntu 14.04 like Android 4.4;) AppleWebKit/537.36 Chrome/35.0.1870.2 Mobile Safari/537.36"
        ]
    ]
}