From 7aa1f8744ce14e172e9c55fa82b7970f28a6be11 Mon Sep 17 00:00:00 2001 From: Arnaud Mandy Date: Mon, 30 Oct 2023 17:07:51 +0200 Subject: [PATCH 1/3] Provide guidelines for mitigation algorithms This patch is providing guidelines on numerical values to select for the mitigation algorithms parameters. [1] [1] https://github.com/w3c/compute-pressure/issues/197#issuecomment-1698413311 Fixes: #240 --- index.html | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a9d9d24..ebd14c8 100644 --- a/index.html +++ b/index.html @@ -854,7 +854,7 @@

Supporting algorithms

Run the [=reset observation window=] steps and start a timer to re-run the steps when the observer.{{PressureObserver/[[ObservationWindow]]}} time has passed, using different randomized values. +

Same-origin restriction

From d8be60299f705167a6e143ff39ae50b9e7a928d4 Mon Sep 17 00:00:00 2001 From: Arnaud Mandy Date: Tue, 31 Oct 2023 14:04:28 +0200 Subject: [PATCH 2/3] fix to non-normative section Signed-off-by: Arnaud Mandy --- index.html | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index ebd14c8..ae0fba4 100644 --- a/index.html +++ b/index.html @@ -870,20 +870,6 @@

Supporting algorithms

Run the [=reset observation window=] steps and start a timer to re-run the steps when the observer.{{PressureObserver/[[ObservationWindow]]}} time has passed, using different randomized values. -

+
+

Rate obfuscation parameters

+

This section is non-normative.

+

+ Implementers are advised to use: +

+

+

Break calibration

@@ -1377,13 +1381,6 @@

Break calibration

at runtime when this mitigation is running continuously. Any attempts to recalibrate will similarly be mitigated against.

-
+
+

Break calibration parameters

+

This section is non-normative.

+

+ Implementers are advised to apply the mitigation to a randomized time value within a range + between 120000 milliseconds (2minutes) and 240000 milliseconds (4 minutes). +

Same-origin restriction

From 1871894ad64248c5f34dfb6ec4c65a5ce800b965 Mon Sep 17 00:00:00 2001 From: Arnaud Mandy Date: Tue, 31 Oct 2023 15:00:16 +0200 Subject: [PATCH 3/3] fix milliseconds Signed-off-by: Arnaud Mandy --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ae0fba4..2d0e115 100644 --- a/index.html +++ b/index.html @@ -1357,13 +1357,13 @@

Rate obfuscation parameters

Implementers are advised to use: