From ae4eaf5c87fee6d0a7e6f3e28a2f63938f30b092 Mon Sep 17 00:00:00 2001 From: Eric Harrison Date: Mon, 15 Sep 2025 17:41:46 -0400 Subject: [PATCH] Fixes @default comment on selfRequestsOnly config opt --- src/htmx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmx.js b/src/htmx.js index c2b6080db..14833d952 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -236,7 +236,7 @@ var htmx = (function() { /** * If set to true, disables htmx-based requests to non-origin hosts. * @type boolean - * @default false + * @default true */ selfRequestsOnly: true, /**