Skip to content

Commit

Permalink
readme: note that redaction is not supported in the browser (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms authored and mcollina committed Jun 23, 2019
1 parent bcbc397 commit e610f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:

Expand Down Expand Up @@ -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.


0 comments on commit e610f4e

Please sign in to comment.