implementation("io.ktor:ktor-server-cors:3.4.0")
Enables configuration of cross-origin resource sharing (CORS) policies, allowing control over permitted hosts, HTTP methods, and headers.