fix XSS in webchatlink variable #63

Merged
ben merged 13 commits from alexlehm/tilde.chat:master into master 2023-05-16 18:03:46 +00:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 1644f446ce - Show all commits

View File

@ -42,6 +42,14 @@ weechat settings to automatically log in and authenticate
/set irc.server.tilde.sasl_username <username>
/set irc.server.tilde.sasl_password <password>
To store the password securely, you can use secure settings like this
/secure passphrase <passphrase>
/secure set tilde_password <password>
/set irc.server.tilde.sasl_password "${sec.data.tilde_password}"
Then the client will ask you for the passphrase when starting.
Now disconnect and connect again to get your registered nickname
/quit