diff --git a/web/default/src/features/home/index.tsx b/web/default/src/features/home/index.tsx index abfc9a29..c157d352 100644 --- a/web/default/src/features/home/index.tsx +++ b/web/default/src/features/home/index.tsx @@ -72,12 +72,20 @@ export function Home() { if (isUrl) { return ( + {/* + allow-top-navigation-by-user-activation: the custom home page URL is + admin-configured (trusted); this lets its target="_top" nav/menu links + navigate the top-level window on user click. The default sandbox blocks + this on desktop, while some mobile browsers allow it via allow-popups, + causing inconsistent behavior. This token only permits user-activated + top-level navigation and does NOT grant same-origin access. + */}