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