db-move: moved gdm from [testing] to [extra] (x86_64)
[arch-packages.git] / signon-ui / trunk / fake-user-agent.patch
blobb8021b489c44f054d9a0168db6fc6cd30feccb23
1 diff --git a/src/qml/WebView.qml b/src/qml/WebView.qml
2 index 33462b8..b720111 100644
3 --- a/src/qml/WebView.qml
4 +++ b/src/qml/WebView.qml
5 @@ -25,6 +25,7 @@ WebEngineView {
6 profile: WebEngineProfile {
7 cachePath: rootDir
8 persistentStoragePath: rootDir
9 + httpUserAgent: "Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/77.0"
12 ProgressBar {