mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
🐛 Fixed redirects upload for various browsers/systems (#9042)
closes #9036
This commit is contained in:
parent
436856f2ad
commit
e8f85fd3da
@ -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…
Reference in New Issue
Block a user