Skip to content

Commit

Permalink
Update headers.md
Browse files Browse the repository at this point in the history
add details for `accessControlMaxAge`. Value in seconds.
  • Loading branch information
jamct authored and traefiker committed Apr 14, 2020
1 parent 76c2fa6 commit d03a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/middlewares/headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The `accessControlExposeHeaders` indicates which headers are safe to expose to t

### `accessControlMaxAge`

The `accessControlMaxAge` indicates how long a preflight request can be cached.
The `accessControlMaxAge` indicates how long (in seconds) a preflight request can be cached.

### `addVaryHeader`

Expand Down

0 comments on commit d03a0fa

Please sign in to comment.