aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/userAgent-helpers.js
diff options
context:
space:
mode:
authorLibravatar Amine El Mouafik <412895+kytwb@users.noreply.github.com>2021-02-08 10:34:45 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-08 10:34:45 +0100
commit035002ceedf78d5ec73eabc0df7f06139939b967 (patch)
tree1c0d1e9531bae05fb65d70b9ea25baf404b74fe1 /src/helpers/userAgent-helpers.js
parentdocs: add k0staa as a contributor (#1193) (diff)
downloadferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.gz
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.zst
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.zip
Synchronize with Franz 5.6.0 (#1033)
Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/helpers/userAgent-helpers.js')
-rw-r--r--src/helpers/userAgent-helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/userAgent-helpers.js b/src/helpers/userAgent-helpers.js
index 4929d9578..be6162464 100644
--- a/src/helpers/userAgent-helpers.js
+++ b/src/helpers/userAgent-helpers.js
@@ -19,7 +19,7 @@ function windows() {
19} 19}
20 20
21function linux() { 21function linux() {
22 return 'X11; Linux x86_64'; 22 return 'X11; Ubuntu; Linux x86_64';
23} 23}
24 24
25export default function userAgent(removeChromeVersion = false, addFerdiVersion = false) { 25export default function userAgent(removeChromeVersion = false, addFerdiVersion = false) {