commit e6f83997b471fc57e63a10a773cd0861388f1590 Author: Mike Perry mikeperry-git@torproject.org Date: Fri Jun 21 20:07:49 2013 -0700
Bug #8987: Disable 'Saved Application State' in MacOS
Prevents leaking our window titles to the disk outside of TBB. --- browser/app/macbuild/Contents/Info.plist.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/browser/app/macbuild/Contents/Info.plist.in b/browser/app/macbuild/Contents/Info.plist.in index 3fa871a..1192647 100644 --- a/browser/app/macbuild/Contents/Info.plist.in +++ b/browser/app/macbuild/Contents/Info.plist.in @@ -216,5 +216,6 @@ <true/> <key>NSPrincipalClass</key> <string>GeckoNSApplication</string> + <key>NSDisablePersistence</key><true/> </dict> </plist>