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