Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
bf42bd502c |
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,8 @@ Each line should be a literal string to redact. Lines starting with `#` are igno
|
||||||
redaction: [your-censor-string]
|
redaction: [your-censor-string]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may also use `import:` to import an entire dir's text content as a set of blocked strings.
|
||||||
|
|
||||||
Example `.blocked_words.txt`:
|
Example `.blocked_words.txt`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -46,6 +48,7 @@ Example `.blocked_words.txt`:
|
||||||
redaction: <removed>
|
redaction: <removed>
|
||||||
ABC123XYZ456
|
ABC123XYZ456
|
||||||
supersecretpassword
|
supersecretpassword
|
||||||
|
import: ~/.ssh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue