Merge pull request #295 from naturallaw777/copilot/update-wipe-paths-array
Expand security reset wipe scope to include nix-bitcoin and Bisq state
This commit is contained in:
@@ -3795,6 +3795,9 @@ async def api_security_reset():
|
|||||||
"/home/free/.ssh",
|
"/home/free/.ssh",
|
||||||
"/var/lib/lnd",
|
"/var/lib/lnd",
|
||||||
"/var/lib/vaultwarden",
|
"/var/lib/vaultwarden",
|
||||||
|
"/etc/nix-bitcoin-secrets",
|
||||||
|
"/home/free/.local/share/Bisq",
|
||||||
|
"/home/free/.bisq",
|
||||||
]
|
]
|
||||||
|
|
||||||
errors: list[str] = []
|
errors: list[str] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user