aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/msteams/index.js
blob: 0afc5c93d0a34bf1b155fdeb3e33da67674e6d7e (plain) (blame)
1
2
3
4
5
6
7
8
"use strict";

module.exports = Franz => class MicrosoftTeams extends Franz {
  overrideUserAgent() {
    return window.navigator.userAgent.replace(/(Franz|Electron)([^\s]+\s)/g, '').replace(/(Chrome\/)([^ ]*)/g, '$163.0.3239.84');
  }

};