use a more generic custom user agent

This commit is contained in:
Stephen Birarda 2016-04-01 15:49:24 -07:00
parent 6df7ddeb16
commit 6e83ed5ccc

View file

@ -5,7 +5,7 @@ WebEngineView {
id: root
property var newUrl;
profile.httpUserAgent: "Chrome/48.0 (HighFidelityInterface)"
profile.httpUserAgent: "Mozilla/5.0 Chrome (HighFidelityInterface)"
Component.onCompleted: {
console.log("Connecting JS messaging to Hifi Logging")