From e610f4e00a2e45f192e3e3b9cdd6be662c7eb394 Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Sun, 23 Jun 2019 22:49:28 +0100 Subject: [PATCH] readme: note that redaction is not supported in the browser (#671) --- docs/redaction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/redaction.md b/docs/redaction.md index 5f6524738..200f8c9a6 100644 --- a/docs/redaction.md +++ b/docs/redaction.md @@ -1,5 +1,7 @@ # Redaction +> Redaction is not supported in the browser [#670](https://github.com/pinojs/pino/issues/670) + To redact sensitive information, supply paths to keys that hold sensitive data using the `redact` option: @@ -129,5 +131,3 @@ It's extremely important that path strings do not originate from user input. The `fast-redact` module uses a VM context to syntax check the paths, user input should never be combined with such an approach. See the [`fast-redact` Caveat](https://github.com/davidmarkclements/fast-redact#caveat) and the [`fast-redact` Approach](https://github.com/davidmarkclements/fast-redact#approach) for in-depth information. - -