Skip to content

Commit

Permalink
Update packages/server/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Merlijn Vos <[email protected]>
  • Loading branch information
fenos and Murderlon authored Nov 29, 2023
1 parent 52075fb commit 12a5979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Return a relative URL as the `Location` header to the client (`boolean`).

Allow `Forwarded`, `X-Forwarded-Proto`, and `X-Forwarded-Host` headers to override the `Location` header returned by the server (`boolean`).

#### `options.allowHeaders`
#### `options.allowedHeaders`

Whitelists custom headers sent in `Access-Control-Allow-Headers` in OPTIONS requests, useful when sending custom headers in TUS requests (`string[]`)
Additional headers sent in `Access-Control-Allow-Headers` (`string[]`).

#### `options.namingFunction`

Expand Down

0 comments on commit 12a5979

Please sign in to comment.