Skip to content

Commit 9f02140

Browse files
authored
Line edit to remove … character (#39389)
1 parent 43254b2 commit 9f02140

File tree

1 file changed

+1
-3
lines changed
  • files/en-us/web/http/guides/cors

1 file changed

+1
-3
lines changed

files/en-us/web/http/guides/cors/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,12 @@ The {{HTTPHeader("Access-Control-Expose-Headers")}} header adds the specified he
399399
Access-Control-Expose-Headers: <header-name>[, <header-name>]*
400400
```
401401

402-
For example, the following:
402+
For example, the following would allow the `X-My-Custom-Header` and `X-Another-Custom-Header` headers to be exposed to the browser:
403403

404404
```http
405405
Access-Control-Expose-Headers: X-My-Custom-Header, X-Another-Custom-Header
406406
```
407407

408-
…would allow the `X-My-Custom-Header` and `X-Another-Custom-Header` headers to be exposed to the browser.
409-
410408
### Access-Control-Max-Age
411409

412410
The {{HTTPHeader("Access-Control-Max-Age")}} header indicates how long the results of a preflight request can be cached. For an example of a preflight request, see the above examples.

0 commit comments

Comments
 (0)