implementation("io.ktor:ktor-server-cors:3.1.0")
Enables configuration of cross-origin resource sharing (CORS) policies, specifying allowed hosts, HTTP methods, and headers.