2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

🐛 Fixed redirects upload for various browsers/systems (#9042)

closes #9036
This commit is contained in:
Vikas 2017-09-22 14:57:43 -05:00 committed by Katharina Irrgang
parent 436856f2ad
commit e8f85fd3da
2 changed files with 5 additions and 1 deletions

View file

@ -60,7 +60,7 @@
},
"redirects": {
"extensions": [".json"],
"contentTypes": ["application/json"]
"contentTypes": ["application/octet-stream", "application/json"]
}
},
"times": {

View file

@ -335,6 +335,10 @@
"notFound": "Job not found.",
"publishInThePast": "Use the force flag to publish a post in the past."
},
"redirects": {
"missingFile": "Please select a JSON file.",
"invalidFile": "Please select a valid JSON file to import."
},
"settings": {
"problemFindingSetting": "Problem finding setting: {key}",
"accessCoreSettingFromExtReq": "Attempted to access core setting from external request",