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