Commit 57c49be5 authored by Mike Perry's avatar Mike Perry
Browse files

Disable 'Saved Application State' in MacOS via plist property

Prevents leaking our window titles to the disk outside of TBB. See
https://trac.torproject.org/projects/tor/ticket/8987
parent 262255ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -218,5 +218,6 @@
  <true/>
  <key>NSPrincipalClass</key>
  <string>GeckoNSApplication</string>
  <key>NSDisablePersistence</key><true/>
</dict>
</plist>