tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

regex.yml (234B)


      1 ---
      2 RegexLinter:
      3    description: >-
      4        Make sure the string foobar never appears in a js variable
      5        file because it is bad.
      6    rule: no-foobar
      7    include: ['.']
      8    extensions: ['js']
      9    type: regex
     10    payload: foobar