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, /**