mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
pass the HighFidelityInterface user agent with WebView
This commit is contained in:
parent
eaa0ba9e32
commit
6df7ddeb16
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ WebEngineView {
|
|||
id: root
|
||||
property var newUrl;
|
||||
|
||||
profile.httpUserAgent: "Chrome/48.0 (HighFidelityInterface)"
|
||||
|
||||
Component.onCompleted: {
|
||||
console.log("Connecting JS messaging to Hifi Logging")
|
||||
// Ensure the JS from the web-engine makes it to our logging
|
||||
|
|
Loading…
Reference in a new issue