Skip to content

Commit 7d0ba10

Browse files
committed
Sync documentation of main branch
1 parent 46ed7a3 commit 7d0ba10

12 files changed

+24209
-20451
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ types:
8888
- io.quarkus:quarkus-arc
8989
type: reference
9090
url: /guides/cdi-reference
91+
- title: Cross-Origin Resource Sharing (CORS)
92+
filename: security-cors.adoc
93+
summary: "Enable and configure CORS in Quarkus to specify allowed origins, methods, and headers, guiding browsers in handling cross-origin requests safely."
94+
keywords: "cors, http, configuration, security, headers"
95+
categories: "security, web"
96+
extensions:
97+
- io.quarkus:quarkus-vertx-http
98+
id: security-cors
99+
type: reference
100+
url: /guides/security-cors
91101
- title: HTTP Reference
92102
filename: http-reference.adoc
93103
summary: Learn more about configuring Quarkus' Vert.x based HTTP layer - and Undertow if you are using servlets.
@@ -485,16 +495,6 @@ types:
485495
id: security-openid-connect-providers
486496
type: concepts
487497
url: /guides/security-openid-connect-providers
488-
- title: Cross-origin resource sharing
489-
filename: security-cors.adoc
490-
summary: "Cross-origin resource sharing (CORS) is an HTTP-header-based mechanism that allows a server to indicate any origins other than its own, from which a browser should permit loading resources."
491-
keywords: "cors, http"
492-
categories: "security, web"
493-
extensions:
494-
- io.quarkus:quarkus-vertx-http
495-
id: security-cors
496-
type: concepts
497-
url: /guides/security-cors
498498
- title: "Duplicated context, context locals, asynchronous processing and propagation"
499499
filename: duplicated-context.adoc
500500
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."

_data/versioned/main/index/relations.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7513,9 +7513,9 @@
75137513
url: /guides/security-basic-authentication
75147514
type: concepts
75157515
matches: 1
7516-
- title: Cross-origin resource sharing
7516+
- title: Cross-Origin Resource Sharing (CORS)
75177517
url: /guides/security-cors
7518-
type: concepts
7518+
type: reference
75197519
matches: 1
75207520
- title: Enable Basic authentication
75217521
url: /guides/security-basic-authentication-howto
@@ -9945,9 +9945,9 @@
99459945
url: /guides/security-basic-authentication
99469946
type: concepts
99479947
matches: 1
9948-
- title: Cross-origin resource sharing
9948+
- title: Cross-Origin Resource Sharing (CORS)
99499949
url: /guides/security-cors
9950-
type: concepts
9950+
type: reference
99519951
matches: 1
99529952
- title: Enable Basic authentication
99539953
url: /guides/security-basic-authentication-howto
@@ -14076,9 +14076,9 @@
1407614076
url: /guides/security-basic-authentication
1407714077
type: concepts
1407814078
matches: 1
14079-
- title: Cross-origin resource sharing
14079+
- title: Cross-Origin Resource Sharing (CORS)
1408014080
url: /guides/security-cors
14081-
type: concepts
14081+
type: reference
1408214082
matches: 1
1408314083
- title: Enable Basic authentication
1408414084
url: /guides/security-basic-authentication-howto
@@ -14291,9 +14291,9 @@
1429114291
url: /guides/security-authorize-web-endpoints-reference
1429214292
type: reference
1429314293
matches: 1
14294-
- title: Cross-origin resource sharing
14294+
- title: Cross-Origin Resource Sharing (CORS)
1429514295
url: /guides/security-cors
14296-
type: concepts
14296+
type: reference
1429714297
matches: 1
1429814298
- title: HTTP Reference
1429914299
url: /guides/http-reference
@@ -14490,9 +14490,9 @@
1449014490
url: /guides/security-authorize-web-endpoints-reference
1449114491
type: reference
1449214492
matches: 1
14493-
- title: Cross-origin resource sharing
14493+
- title: Cross-Origin Resource Sharing (CORS)
1449414494
url: /guides/security-cors
14495-
type: concepts
14495+
type: reference
1449614496
matches: 1
1449714497
- title: HTTP Reference
1449814498
url: /guides/http-reference
@@ -15011,9 +15011,9 @@
1501115011
url: /guides/security-authorize-web-endpoints-reference
1501215012
type: reference
1501315013
matches: 1
15014-
- title: Cross-origin resource sharing
15014+
- title: Cross-Origin Resource Sharing (CORS)
1501515015
url: /guides/security-cors
15016-
type: concepts
15016+
type: reference
1501715017
matches: 1
1501815018
- title: HTTP Reference
1501915019
url: /guides/http-reference
@@ -18651,9 +18651,9 @@
1865118651
url: /guides/security-basic-authentication
1865218652
type: concepts
1865318653
matches: 1
18654-
- title: Cross-origin resource sharing
18654+
- title: Cross-Origin Resource Sharing (CORS)
1865518655
url: /guides/security-cors
18656-
type: concepts
18656+
type: reference
1865718657
matches: 1
1865818658
- title: Enable Basic authentication
1865918659
url: /guides/security-basic-authentication-howto

0 commit comments

Comments
 (0)