aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/index.js
blob: d1bd721a74d62657fe7b3011502212a1b99918ef (plain) (blame)
1
2
3
4
5
module.exports = Ferdi => class MicrosoftTeams extends Ferdi {
  overrideUserAgent() {
    return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').trim();
  }
};