Skip to content

Terminate the process after handling a panic trigger

akwizgran requested to merge 932-panic-button-terminate-process into master

This branch fixes a few bugs with panic button responses:

  • Terminate the process when signing out in response to a panic trigger (thanks @goapunk for finding the cause of this bug)
  • Terminate the process when a panic trigger is received before signing in
  • Ignore panic triggers from untrusted apps

Closes #932 (closed)

Merge request reports