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