diff options
| author | AKP <tom@tdpain.net> | 2022-04-15 21:21:52 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-15 21:23:02 +0100 |
| commit | 91d1d02616861b4ced4830bd4509d3bf3550a4ed (patch) | |
| tree | 454942f8dfa74da8fac95390ece72f97347da30d /CHANGELOG.md | |
| parent | 0cdd005135a4cda07ae81bf2fc03495d02c24122 (diff) | |
Fix logic to determine if secure cookies should be generated
When debug mode was enabled, it would fail to disable secure cookies.
This fixes that and simplifies the logic used to determine if secure cookies should be enabled.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a34834..1cb8db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added * Support for OPML imports and exports +### Fixed +* Secure cookies are no longer sent when debug mode is enabled + ## [0.1.0] - 2022-04-14 Initial release |
