You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API is implemented in Blink, and was run in an origin trial.
Due to concerns about exposing sensitive timing information, we've decided from discussions in the Web Perf Working Group to require cross-origin isolation for the API. We believe this API exposes no more signal than is already possible through manual instrumentation -- see the following security review from the Edge team.
@mstange and I spoke a while back regarding how we could avoid introducing profiling-related overhead on pages that wouldn't use the API. We settled on requiring a header, which is exposed via the document policy mechanism -- hopefully this should address concerns related to any additional up-front work Gecko may have to do to enable this API at the SpiderMonkey level.
Request for Mozilla Position on an Emerging Web Specification
Other information
Due to concerns about exposing sensitive timing information, we've decided from discussions in the Web Perf Working Group to require cross-origin isolation for the API.We believe this API exposes no more signal than is already possible through manual instrumentation -- see the following security review from the Edge team.Thank you!