From 51c7dbc5f4d91e2ab8f68fe6077a440d970963ee Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Thu, 30 Jan 2020 13:11:34 -0800 Subject: [PATCH] Hardware/software leaks Fix for Issue https://github.com/w3c/webrtc-svc/issues/22 --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6c10813..c808efb 100644 --- a/index.html +++ b/index.html @@ -797,7 +797,9 @@

Persistent information

detailed and ordered information about the codecs that the system is able to produce and consume. The WebRTC-SVC extension adds supported SVC modes to that information, which is in most cases persistent across time and origins, - therefore increasing the fingerprint surface.

+ therefore increasing the fingerprint surface. However, the supported + scalabilityModes does not provide information on which codecs + are implemented in hardware, and which are only available in software.