2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/config
Jeffrey Fisher 6ca34a29fd 🐛 Allowed .ico files to be uploaded for icons. (#10820)
closes #10641

There is already an "icons" section in this json file, but it appears
that that is only used for v0.1 in which there was a "/uploads/icon"
route that passed in a "type" of "icons" to the validation middleware.
However, in v2, there is only a generic "/images/upload" route that is
used for both icons and images, which passes a "type" of "images"
so the .ico information needs to be added to the "images" section
of the json file.
2019-07-01 13:29:24 +07:00
..
env Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
defaults.json Added logging of slow {{#get}} helper uses (#10779) 2019-06-07 14:54:55 +01:00
index.js 🐛 Fixed custom certificate usage for MySQL (#10573) 2019-03-06 10:28:10 +01:00
overrides.json 🐛 Allowed .ico files to be uploaded for icons. (#10820) 2019-07-01 13:29:24 +07:00
utils.js Removed support for apps from getContentPath 2019-04-16 11:05:33 +02:00