Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 38de61a

Browse files
committed
filter 'fileData' in log.
1 parent 757f60e commit 38de61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports.default = {
2828
// disables the whitelisting of client params
2929
disableParamScrubbing: false,
3030
// params you would like hidden from any logs
31-
filteredParams: ['password', 'oldPassword', 'newPassword'],
31+
filteredParams: ['password', 'oldPassword', 'newPassword', 'fileData'],
3232
// The default filetype to server when a user requests a directory
3333
directoryFileType : 'index.html',
3434
// configuration for your actionhero project structure

0 commit comments

Comments
 (0)