aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/superhuman-email/index.js
blob: 44bc55d651c533292bd19bd4dddb11817f8de5a9 (plain) (blame)
1
2
3
4
5
6
module.exports = Ferdi => class SuperHuman extends Ferdi {
  overrideUserAgent() {
    // TODO: Rather than hardcoding like this, the user should set it for their individual installation of Ferdi
    return 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10136';
  }
};