aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/msteams/index.js
blob: b85bf334f179af53e00a2faaf8d1151a85136be6 (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(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').replace(/(Chrome\/)([^ ]*)/g, '$163.0.3239.84');
  }

};