aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proton-pass/index.js
blob: 3ec88c08c69b5c3aa5637086221b2ab26ce47a1c (plain) (blame)
1
2
3
4
5
6
module.exports = Ferdium =>
  class ProtonPass extends Ferdium {
    overrideUserAgent() {
      return 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0';
    }
  };