Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ PLAT-2200 : adds clock skew detector (#153)
Signed-off-by: obidenko <obidenko@virtru.com> - Estimates clock skew using `Date` header. This header may need to be exposed with [Access-Control-Expose-Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers) in the response, since `Date` is not in [the CORS safelist](https://developer.mozilla.org/en-US/docs/Glossary/CORS-safelisted_response_header). - Axios needed an update to work in web/test-runner, so just update everything - Lets skew estimation work with existing response objects - This isn't currently used automatically. We will follow up with a use case
- Loading branch information