Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 712 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 712 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • Bug with Access-Control-Allow-Origin header is null then allowedOrigins is ['*'], supportsCredentials is true and Origin header doesn't set (#85)

[2.0.0] - 2020-05-11

Added

  • CORS headers are better cachable now, with correct Vary headers (#70, #74)

Changed

  • CORS headers are added to non-Origin requests when possible (#73)
  • Requests are no longer blocked by the server, only by the browser (#70)