mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 01:23:55 +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
|
id: root
|
||||||
property var newUrl;
|
property var newUrl;
|
||||||
|
|
||||||
|
profile.httpUserAgent: "Chrome/48.0 (HighFidelityInterface)"
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
console.log("Connecting JS messaging to Hifi Logging")
|
console.log("Connecting JS messaging to Hifi Logging")
|
||||||
// Ensure the JS from the web-engine makes it to our logging
|
// Ensure the JS from the web-engine makes it to our logging
|
||||||
|
|
Loading…
Reference in a new issue