From e2ca4308cbba0975148f682face293776b917450 Mon Sep 17 00:00:00 2001 From: Yiyao Yu Date: Sat, 26 Oct 2024 23:43:26 -0700 Subject: [PATCH] Remove mention of Firefox compat issues in README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 5d4ddd6..349a8c6 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,3 @@ This PoC demonstrates the possibility of the following: 2. Upload the certificate fingerprint to a webserver. 3. Establish a WebRTC session between two browser instances, verify the certificate used has been registered and terminate the connection if not. - -Currently this only runs on Chrome due to client-side JS calling a -`RTCCertificate.getfingerprint()` function. However, it shouldn't be too -hard creating a shim for this function to work with FireFox, at the cost of -some performance issues (and potentially making the function async). - -