Skip to content

Commit 58bd488

Browse files
Merge pull request #2873 from xegulon/patch-1
Update cors.md - add precision about fastify
2 parents dbf366a + 248cebb commit 58bd488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### CORS
22

3-
Cross-origin resource sharing (CORS) is a mechanism that allows resources to be requested from another domain. Under the hood, Nest makes use of the Express [cors](https://github.com/expressjs/cors) package. This package provides various options that you can customize based on your requirements.
3+
Cross-origin resource sharing (CORS) is a mechanism that allows resources to be requested from another domain. Under the hood, Nest makes use of the Express [cors](https://github.com/expressjs/cors) or Fastify [@fastify/cors](https://github.com/fastify/fastify-cors) packages depending on the underlying platform. These packages provide various options that you can customize based on your requirements.
44

55
#### Getting started
66

0 commit comments

Comments
 (0)