Added input validation to strip email object on post (#11351)

no issue

Removes post email relation from edit/add requests as we don't want to edit email object directly as part of post
This commit is contained in:
Rishabh Garg 2019-11-07 16:11:37 +07:00 committed by GitHub
parent b364fc5e35
commit b1d436e2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,9 @@
},
"plaintext": {
"strip": true
},
"email": {
"strip": true
}
}
},