mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
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:
parent
b364fc5e35
commit
b1d436e2ee
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@
|
|||
},
|
||||
"plaintext": {
|
||||
"strip": true
|
||||
},
|
||||
"email": {
|
||||
"strip": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue