Skip to content

Commit 6089a11

Browse files
committed
Add more details in changelog.
1 parent e47bae4 commit 6089a11

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
### Fixed
66
- Use `cors()` defaults when cors options are specified as `true` in the
77
bedrock configuration instead of as an object with granular options. It is
8-
important that the defaults are used in this case and not just the "origin"
9-
reflection mechanism both for security reasons and because some newer
10-
browsers do not send an `origin` header in some circumstances.
8+
important that the defaults are used (which will use a wildcard, `*`, for
9+
the `access-control-allow-origin` header) in this case and not just the
10+
"origin" reflection mechanism both for security reasons (see CORS processing
11+
rules for wildcards) and because some newer browsers do not send an `origin`
12+
header in some circumstances.
1113

1214
## 8.5.1 - 2025-10-31
1315

0 commit comments

Comments
 (0)