Comment 7 for bug 1366781

Revision history for this message
Colin L Crowley (sanaki) wrote :

I realize now I only referenced a line number earlier, which is subject to change (currently appears to be 8593). The line the user agent definition needs to be added after is:

QNetworkRequest request = QNetworkRequest( QUrl( _url ) );

I have no familiarity with QT myself and limited familiarity with Mudlet's source, though I could give it a glance if it would help speed up implementation of a fix. I realize this is a low priority in the grand scheme of things, but for me personally it's rather significantly high, so I'm happy to help with it where I can. Without delving into the source a bit I'm not sure what the syntax to include the version numbers would be, but the basic line needed would be:

request.setRawHeader("User-Agent", "Mudlet/3.0");