From 70752d805d02c3b87510158f34d46cb8588b9f69 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 26 Dec 2022 11:32:57 +0200 Subject: [PATCH] Only set fetch initiator for container-initiated navigations --- source | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/source b/source index 301478f26b3..426157e0844 100644 --- a/source +++ b/source @@ -91356,9 +91356,20 @@ location.href = '#foo'; origin.

  • Set request's destination - and initiator type to - navigable's container's navigable's container's local name.

  • + +
  • +

    If sourceSnapshotParams's fetch + client is navigable's container + document's relevant settings object, then set request's initiator type to navigable's container's local + name.

    + +

    This ensure that only container-initiated navigations are reported to + resource timing.

    +