File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments