mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:29:32 +02:00
use a more generic custom user agent
This commit is contained in:
parent
6df7ddeb16
commit
6e83ed5ccc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ WebEngineView {
|
||||||
id: root
|
id: root
|
||||||
property var newUrl;
|
property var newUrl;
|
||||||
|
|
||||||
profile.httpUserAgent: "Chrome/48.0 (HighFidelityInterface)"
|
profile.httpUserAgent: "Mozilla/5.0 Chrome (HighFidelityInterface)"
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
console.log("Connecting JS messaging to Hifi Logging")
|
console.log("Connecting JS messaging to Hifi Logging")
|
||||||
|
|
Loading…
Reference in a new issue