From 6554db6ed0660e320548f1d813963dd5b5a07e17 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Tue, 14 Jul 2026 13:07:03 +0200 Subject: [PATCH] add link to PR --- tools/server/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/server/server.cpp b/tools/server/server.cpp index b1c43974c5..20effbb148 100644 --- a/tools/server/server.cpp +++ b/tools/server/server.cpp @@ -307,7 +307,7 @@ int llama_server(common_params & params, int argc, char ** argv) { SRV_WRN("%s", "-----------------\n"); SRV_WRN("%s", "CORS is set to allow all origins ('*') and no API key is set\n"); SRV_WRN("%s", "this can be a security risk (cross-origin attacks)\n"); - SRV_WRN("%s", "more info: ...\n"); + SRV_WRN("%s", "more info: https://github.com/ggml-org/llama.cpp/pull/25655\n"); SRV_WRN("%s", "-----------------\n"); }