[tor-commits] [tor-browser/tor-browser-17.0.6esr-6] Bug #8987: Disable 'Saved Application State' in MacOS
mikeperry at torproject.org
mikeperry at torproject.org
Sat Jun 22 03:10:24 UTC 2013
commit e6f83997b471fc57e63a10a773cd0861388f1590
Author: Mike Perry <mikeperry-git at 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>
More information about the tor-commits
mailing list