Skip to content

Commit 76888d6

Browse files
authored
Merge pull request #1984 from DependencyTrack/update-config-docs
2 parents 4f81e37 + ab715ad commit 76888d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/configuration/api-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Controls the content of the `Access-Control-Allow-Headers` response header. <br
5454
</tr>
5555
<tr>
5656
<th style="text-align: right">Default</th>
57-
<td style="border-width: 0"><code>Origin, Content-Type, Authorization, X-Requested-With, Content-Length, Accept, Origin, X-Api-Key, X-Total-Count, *</code></td>
57+
<td style="border-width: 0"><code>Origin,Content-Type,Authorization,X-Requested-With,Content-Length,Accept,Origin,X-Api-Key,X-Total-Count,*</code></td>
5858
</tr>
5959
<tr>
6060
<th style="text-align: right">ENV</th>
@@ -84,7 +84,7 @@ Controls the content of the `Access-Control-Allow-Methods` response header. <br
8484
</tr>
8585
<tr>
8686
<th style="text-align: right">Default</th>
87-
<td style="border-width: 0"><code>GET POST PUT DELETE OPTIONS</code></td>
87+
<td style="border-width: 0"><code>GET,POST,PUT,PATCH,DELETE,OPTIONS</code></td>
8888
</tr>
8989
<tr>
9090
<th style="text-align: right">ENV</th>
@@ -174,7 +174,7 @@ Controls the content of the `Access-Control-Expose-Headers` response header. <b
174174
</tr>
175175
<tr>
176176
<th style="text-align: right">Default</th>
177-
<td style="border-width: 0"><code>Origin, Content-Type, Authorization, X-Requested-With, Content-Length, Accept, Origin, X-Api-Key, X-Total-Count</code></td>
177+
<td style="border-width: 0"><code>Origin,Content-Type,Authorization,X-Requested-With,Content-Length,Accept,Origin,X-Api-Key,X-Total-Count</code></td>
178178
</tr>
179179
<tr>
180180
<th style="text-align: right">ENV</th>

0 commit comments

Comments
 (0)