tor-browser

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

permissions (447B)


      1 # This file has default permissions for the permission manager.
      2 # The file-format is strict:
      3 # * matchtype \t type \t permission \t host
      4 # * "origin" should be used for matchtype, "host" is supported for legacy reasons
      5 # * type is a string that identifies the type of permission (e.g. "cookie")
      6 # * permission is an integer between 1 and 15
      7 # Permissions defined here will also be set for private browsing.
      8 # See PermissionManager.cpp for more...