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 e921f18 commit e9c1dcbCopy full SHA for e9c1dcb
plugins/wpgraphql-logging/src/Logger/Processors/DataSanitizationProcessor.php
@@ -67,6 +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',
73
];
74
75
return apply_filters( 'wpgraphql_logging_data_sanitization_recommended_rules', $rules );
0 commit comments