update user agent to be HighFidelityInterface

This commit is contained in:
Stephen Birarda 2015-03-13 18:28:09 -07:00
parent dcff4f5956
commit 9f7ed7b12a

View file

@ -68,7 +68,7 @@ static const quint64 USECS_PER_SECOND = USECS_PER_MSEC * MSECS_PER_SECOND;
const int BITS_IN_BYTE = 8;
// Use a custom User-Agent to avoid ModSecurity filtering, e.g. by hosting providers.
const QByteArray HIGH_FIDELITY_USER_AGENT = "HighFidelity/1.0";
const QByteArray HIGH_FIDELITY_USER_AGENT = "HighFidelityInterface/1.0";
quint64 usecTimestampNow(bool wantDebug = false);
void usecTimestampNowForceClockSkew(int clockSkew);