Commit d05cbef6 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 1be6cf26
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>