release: WRNexusJS 0.8.2
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user