tor-browser

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

invalid_ext_and_exclude_ext.yml (218B)


      1 ---
      2 InvalidExtensionAndExcludedExtensions:
      3    type: string
      4    payload: foobar
      5    description: Having both extensions and exclude_extensions is not allowed.
      6    extensions: ["*.js"]
      7    exclude_extensions: ["*.png"]