release: WRNexusJS 0.8.2
Quality / quality (ubuntu-latest) (push) Failing after 22s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-03 02:14:54 +05:30
parent 3c6b659f36
commit 4550a11460
84 changed files with 214 additions and 150 deletions
+3 -1
View File
@@ -959,7 +959,9 @@ export function createHandlers(deps: RuntimeDeps): Handlers {
return secure(await readinessHandler(req));
}
if (webVitalsEnabled && url.pathname === webVitalsEndpoint) {
return secure(await webVitalsHandler(req));
// Validate same-origin telemetry against the proxy-resolved public URL,
// rather than the internal listener URL used by the hosting platform.
return secure(await webVitalsHandler(new Request(url, req)));
}
if (webVitalsEnabled && url.pathname === "/__wrnexus/vitals.js") {
return secure(