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) AppleWebKit/537.21 (KHTML, like Gecko) Safari/537.21" } ProgressBar {