We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c1dcb commit 8c617e4Copy full SHA for 8c617e4
plugins/wpgraphql-logging/src/Logger/Processors/DataSanitizationProcessor.php
@@ -67,9 +67,9 @@ protected function get_recommended_rules(): array {
67
'request.app_context.viewer.allcaps' => 'remove',
68
'request.app_context.viewer.cap_key' => 'remove',
69
'request.app_context.viewer.caps' => 'remove',
70
- 'variables.username' => 'anonymize',
71
- 'variables.password' => 'anonymize',
72
- 'variables.email' => 'anonymize',
+ 'variables.username' => 'anonymize',
+ 'variables.password' => 'anonymize',
+ 'variables.email' => 'anonymize',
73
];
74
75
return apply_filters( 'wpgraphql_logging_data_sanitization_recommended_rules', $rules );
0 commit comments