tor-browser

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

excludes.yml (247B)


      1 ---
      2 ExcludesLinter:
      3    description: >-
      4        Make sure the string foobar never appears in browser js
      5        files because it is bad
      6    rule: no-foobar
      7    exclude: ['**/foobar.js']
      8    extensions: ['.js']
      9    type: string
     10    payload: foobar