diff --git a/CHANGELOG.md b/CHANGELOG.md index 4188ad994..ba692e6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to AET will be documented in this file. ## Unreleased **List of changes that are finished but not yet released in any final version.** +- [PR-479](https://github.com/Cognifide/aet/pull/479) Added Secure and HttpOnly flags for cookies. ([#477](https://github.com/Cognifide/aet/issues/477)) ## Version 3.2.2 diff --git a/report/src/main/webapp/app/layout/main/url/reports/cookie.html b/report/src/main/webapp/app/layout/main/url/reports/cookie.html index 935aa000c..973e22fc0 100644 --- a/report/src/main/webapp/app/layout/main/url/reports/cookie.html +++ b/report/src/main/webapp/app/layout/main/url/reports/cookie.html @@ -56,6 +56,8 @@ Name Value Expiry + HttpOnly + Secure @@ -64,6 +66,8 @@ {{item.name}} {{item.value}} {{item.expiry}} + +