Skip to content

Commit

Permalink
disable debug mode to avoid leaking sensitive data
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Sep 19, 2021
1 parent b1ddc4a commit 4bd577e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tessen.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# password-store.sh doesn't use nounset, we will
set -u

# don't leak password data if debug mode is enabled
set +x

# list of variables inherited from password-store.sh used in this extension
# PREFIX - the location of password store
# CLIP_TIME - the time for which data should be kept in the clipboard
Expand Down

0 comments on commit 4bd577e

Please sign in to comment.