From da10fc4cf91d355342decb2c47e4d4e279e981a1 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 18 Feb 2026 19:30:45 +0000 Subject: [PATCH] Add data-hx-disable to orders link to prevent htmx interception The orders link navigates cross-domain (cart subdomain from coop) and htmx 2.0 selfRequestsOnly blocks cross-origin requests. Explicitly disable htmx on this link so the browser does a normal navigation. Co-Authored-By: Claude Opus 4.6 --- browser/templates/_types/auth/_nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/templates/_types/auth/_nav.html b/browser/templates/_types/auth/_nav.html index 9521a63..3fb9f34 100644 --- a/browser/templates/_types/auth/_nav.html +++ b/browser/templates/_types/auth/_nav.html @@ -3,7 +3,7 @@ newsletters {% endcall %}