mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
🐛 Fixed redirects upload for various browsers/systems (#9042)
closes #9036
This commit is contained in:
parent
436856f2ad
commit
e8f85fd3da
2 changed files with 5 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
},
|
||||
"redirects": {
|
||||
"extensions": [".json"],
|
||||
"contentTypes": ["application/json"]
|
||||
"contentTypes": ["application/octet-stream", "application/json"]
|
||||
}
|
||||
},
|
||||
"times": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue