mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1437
- TW-1437 taskd.trust has a bad default value.
This commit is contained in:
parent
ab17450820
commit
da8e16a38b
2 changed files with 2 additions and 1 deletions
|
@ -172,6 +172,7 @@
|
|||
Testing).
|
||||
- TW-1428 Add support for color.uda.<name>.<value> rules.
|
||||
- TW-1436 Parser hangs when multiple slashes are used.
|
||||
- TW-1437 taskd.trust has a bad default value.
|
||||
- TW-1441 task import continues happily if filename doesn't exist.
|
||||
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
||||
'affected' verbosity tokens.
|
||||
|
|
|
@ -297,7 +297,7 @@ std::string Config::_defaults =
|
|||
"#taskd.certificate <certificate file>\n"
|
||||
"#taskd.credentials <organization>/<name>/<password>\n"
|
||||
"#taskd.server <server>:<port>\n"
|
||||
"#taskd.trust=strict\n"
|
||||
"taskd.trust=strict\n"
|
||||
"#taskd.trust=ignore hostname\n"
|
||||
"#taskd.trust=allow all\n"
|
||||
"taskd.ciphers=NORMAL\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue