]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
📝 Update cors.md - CORS max_age 600 (#1301)
authorDerek Bekoe <derek@derekbekoe.com>
Sun, 17 May 2020 10:48:02 +0000 (03:48 -0700)
committerGitHub <noreply@github.com>
Sun, 17 May 2020 10:48:02 +0000 (12:48 +0200)
commitf93861e321da4d3e91605f46f78e99efd5405b32
tree4efc563b42778070c201a9f288c3b996df3a03d5
parent30e56ec835e9cac46dfd17a638516b8183d897ea
📝 Update cors.md - CORS max_age 600 (#1301)

Update max_age documentation from 60 to the actual default value of 600.
https://github.com/encode/starlette/blob/master/starlette/middleware/cors.py#L23

Related PR https://github.com/encode/starlette/pull/909
docs/en/docs/tutorial/cors.md