mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03: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
@ -159,6 +159,9 @@
|
||||
},
|
||||
"plaintext": {
|
||||
"strip": true
|
||||
},
|
||||
"email": {
|
||||
"strip": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user