Add failing test cases for the CORS configuration builder function. Tests verify correct initialization of CorsSettings with allowed origins, credentials, and max age configuration. These tests fail until build_cors() is implemented in the green phase. Ref: T013 (specs/001-modbus-relay-control)