You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### Fixed
10
+
### Changed since split from asm89/stack-cors
11
11
12
-
- Bug with `Access-Control-Allow-Origin` header is `null` then `allowedOrigins` is `['*']`, `supportsCredentials` is `true` and `Origin` header doesn't set (#85)
13
-
14
-
## [2.0.0] - 2020-05-11
15
-
16
-
### Added
17
-
- CORS headers are better cachable now, with correct Vary headers (#70, #74)
18
-
19
-
### Changed
20
-
- CORS headers are added to non-Origin requests when possible (#73)
21
-
- Requests are no longer blocked by the server, only by the browser (#70)
0 commit comments