Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
Tor Browser
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,533
    • Issues 1,533
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Applications
  • Tor Browser
  • Issues
  • #3974

Closed
Open
Opened Sep 09, 2011 by Erinn Clark@erinn

Disable flash's "allow cookies" pref somehow

This is more of an exploratory topic than a demand.

Mike and I have been investigating the safeness of using flash on various platforms for TBB and during the tests on Windows found out that all of the Flash LSOs (i.e., supercookies) are stored in %APPDATA%\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\ on Windows and ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/ on Linux.

In the testing on Linux, we discovered that it was possible to create an opt-out LSO called settings.sol which would prevent the creation of other Flash cookies (you can recreate one yourself by going to http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html). It's easy to put this on Linux since we reset $HOME in the Linux TBB, and it is probably also easy to do it for OSX since we do the same thing there.

Mike wrote a patch for the Windows TBB launcher (see here: https://gitweb.torproject.org/mikeperry/torbrowser.git/shortlog/refs/heads/appdata-haxx).

However, in my investigations, I also discovered some Qt functionality that might do what we want in a saner cross-platform way:

http://doc.trolltech.com/4.6/qsettings.html#setPath http://doc.trolltech.com/4.6/qdesktopservices.html#storageLocation

Would it be crazy to try resetting this? If it works it would prevent all sorts of data from being written to the wrong place. Is it already in use? I looked through MainWindow.cpp a bit, but not extensively, so this may be redundant.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/applications/tor-browser#3974