docs: fix CORS anchor link (#10333)

This commit is contained in:
Danilo Lemes
2025-01-06 13:26:49 +00:00
committed by GitHub
parent 1e247f8509
commit fd52de6d8f

View File

@@ -204,7 +204,7 @@ Payload collects **completely anonymous** telemetry data about general usage. Th
For more information about what we track, take a look at our [privacy policy](/privacy).
## Cross-origin resource sharing (CORS)
## Cross-origin resource sharing (CORS)#cors
Cross-origin resource sharing (CORS) can be configured with either a whitelist array of URLS to allow CORS requests from, a wildcard string (`*`) to accept incoming requests from any domain, or a object with the following properties: