[tor-bugs] #12683 [Torbutton]: Permissions in nsIPermissionManager aren't cleared with TorButton's "New Identity"

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jul 23 02:08:15 UTC 2014


#12683: Permissions in nsIPermissionManager aren't cleared with TorButton's "New
Identity"
-----------------------------+---------------------
 Reporter:  isis             |          Owner:
     Type:  defect           |         Status:  new
 Priority:  normal           |      Milestone:
Component:  Torbutton        |        Version:
 Keywords:  tbb-linkability  |  Actual Points:
Parent ID:                   |         Points:
-----------------------------+---------------------
 When TorButton's "New Identity" button is pressed, the permissions stored
 with `nsIPermissionManager` aren't cleared, even though
 `nsIPermissionManager.removeAll()` is called.

 From `torbutton_do_new_identity()` in `src/chrome/content/torbutton.js`:
 {{{
   torbutton_log(3, "New Identity: Clearing permissions");

   let pm = Cc["@mozilla.org/permissionmanager;1"].
            getService(Ci.nsIPermissionManager);
   pm.removeAll();

   torbutton_log(3, "New Identity: Sending NEWNYM");
 }}}

 There's a ton of info stored in this thing, including how many time the
 site has been visited, if popups are allowed, if a site can access offline
 storage, etc. For me, several dozen sites are listed after clicking "New
 Identity". It seems to have been keeping these permissions for quite a
 while, as some of my sites are reported to have hundreds of visits.

 To reproduce, do some stuff in TorBrowser for a while, then click
 "TorButton > New Identity", then navigate to `about:permissions`.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12683>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list