Skip to content

Commit ee9b27a

Browse files
committed
Fix a typo on README.md
1 parent 3157fa6 commit ee9b27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ These CORS (Cross-Origin Resource Sharing) settings will be given to
163163
| ------------------------------ | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
164164
| `NEXTLINE_CORS__ALLOW_ORIGINS` | `['*']` | A list of allowed origins, e.g., `["http://example.com:8080"]`. The default value (`"*"`) allows any origins. |
165165
| `NEXTLINE_CORS__ALLOW_HEADERS` | `['*']` | A list of allowed HTTP request headers. For example, `['remote-user', 'remote-name', 'remote-email']` can be appropriate values if Authelia is used. Some headers such as `Content-Type` are always allowed (See [the Starlette doc](https://www.starlette.io/middleware/#corsmiddleware)). The default value (`"*"`) allows any headers. |
166-
' `NEXTLINE_CORS__ALLOW_CREDENTIALS` | `false` | Whether to support cookies. If `True`, the wildcard (`"*"`) cannot be used for `NEXTLINE_CORS__ALLOW_ORIGINS` or `NEXTLINE_CORS__ALLOW_HEADERS`. They need to be listed explicitly. |
166+
' `NEXTLINE_CORS__ALLOW_CREDENTIALS` | `false` | Whether to support cookies. If `true`, the wildcard (`"*"`) cannot be used for `NEXTLINE_CORS__ALLOW_ORIGINS` or `NEXTLINE_CORS__ALLOW_HEADERS`. They need to be listed explicitly. |
167167

168168
### Logging
169169

0 commit comments

Comments
 (0)