mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue