diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e323780..951a9780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,7 +145,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [6.54.5] - 2021-10-22 -### Fixed +### Fixed - Extract session cookie in a safe manner diff --git a/src/HttpClient/HttpClient.ts b/src/HttpClient/HttpClient.ts index fd439982..94df78ae 100644 --- a/src/HttpClient/HttpClient.ts +++ b/src/HttpClient/HttpClient.ts @@ -51,7 +51,7 @@ export class HttpClient { memoryCache, diskCache, memoizable = true, - asyncSetCache, + asyncSetCache = true, locale, name, metrics,