From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- dom/security/metrics.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dom/security/metrics.yaml') diff --git a/dom/security/metrics.yaml b/dom/security/metrics.yaml index 02084407b1..d48069e4b1 100644 --- a/dom/security/metrics.yaml +++ b/dom/security/metrics.yaml @@ -118,8 +118,8 @@ httpsfirst: description: > If a HTTPS-First (`dom.security.https_first` enabled) upgrade isn't successful, measures the timespan between the navigation start and the - downgrade. This is essentially the overhead caused by HTTPS-First if a - site does not support HTTPS. + downgrade. This does not include the case in which the https request times + out and the http request sent after 3s gets a response faster. time_unit: millisecond bugs: - https://bugzilla.mozilla.org/show_bug.cgi?id=1868380 @@ -135,11 +135,11 @@ httpsfirst: downgrade_time_schemeless: type: timing_distribution description: > - If a schemeless HTTPS-First (`dom.security.https_first` disabled, but - load marked as schemeless) upgrade isn't successful, measures the - timespan between the navigation start and the downgrade. This is - essentially the overhead caused by HTTPS-First if a site does not support - HTTPS. + If a schemeless HTTPS-First (`dom.security.https_first` disabled, but load + marked as schemeless) upgrade isn't successful, measures the timespan + between the navigation start and the downgrade. This does not include the + case in which the https request times out and the http request sent after + 3s gets a response faster. time_unit: millisecond bugs: - https://bugzilla.mozilla.org/show_bug.cgi?id=1868380 -- cgit v1.2.3