tor-browser

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

warning.yml (288B)


      1 ---
      2 WarningLinter:
      3    description: >-
      4        Make sure the string foobar never appears in browser js
      5        files because it is bad, but not too bad (just a warning)
      6    rule: no-foobar
      7    level: warning
      8    include: ['.']
      9    type: string
     10    extensions: ['.js']
     11    payload: foobar