signon-ui new package

This commit is contained in:
Rmys
2022-11-07 17:38:15 +03:00
parent 9e758633f5
commit 039014d897
11 changed files with 317 additions and 2 deletions
@@ -0,0 +1,12 @@
diff --git a/src/qml/WebView.qml b/src/qml/WebView.qml
index 33462b8..b720111 100644
--- a/src/qml/WebView.qml
+++ b/src/qml/WebView.qml
@@ -25,6 +25,7 @@ WebEngineView {
profile: WebEngineProfile {
cachePath: rootDir
persistentStoragePath: rootDir
+ httpUserAgent: "Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/77.0"
}
ProgressBar {