From f6d7b69bbd333b46f5ea407bfd9c0ac3d74ed61d Mon Sep 17 00:00:00 2001 From: shinigami-eyes <43276258+shinigami-eyes@users.noreply.github.com> Date: Mon, 5 Jul 2021 08:07:26 +0000 Subject: [PATCH] Clarify use of debugging devtools --- extension/background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/background.ts b/extension/background.ts index b6adbb5..eeafa50 100644 --- a/extension/background.ts +++ b/extension/background.ts @@ -313,7 +313,7 @@ const badIdentifiersArray = [ -const ASYMMETRIC_COMMENT = "Submission data is asymmetrically encrypted (in addition to HTTPS), so that not even the cloud provider can access it (since it doesn't have the corresponding private key). Actual processing and decryption is done off-cloud in a second phase. If you want to inspect the submission data *before* it gets encrypted, open the *extension* debugging dev tools in the browser and look at the console output, or call setAsymmetricEncryptionEnabled(false) to permanently turn asymmetric encryption off."; +const ASYMMETRIC_COMMENT = "Submission data is asymmetrically encrypted (in addition to HTTPS), so that not even the cloud provider can access it (since it doesn't have the corresponding private key). Actual processing and decryption is done off-cloud in a second phase. If you want to inspect the submission data *before* it gets encrypted, open the extension debugging dev tools (chrome://extensions or about:debugging) and look at the console output, or call setAsymmetricEncryptionEnabled(false) to permanently turn asymmetric encryption off."; // This key is public. Decrypting requires a different key.