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

Added more detail to unknown origin error message (#9973)

refs #9865

The previous error message didn't have much in the way of helping a user
fix or diagnose the problem.
This commit is contained in:
Fabien O'Carroll 2018-10-10 09:27:09 +07:00 committed by GitHub
parent e709c80afd
commit 150c0d4de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@
"clientCredentialsNotProvided": "Client credentials were not provided",
"clientCredentialsNotValid": "Client credentials were not valid",
"forInformationRead": "For information on how to fix this, please read {url}.",
"unknownOrigin": "Could not determine origin of request.",
"unknownOrigin": "Could not determine origin of request. Please ensure an Origin or Referrer header is present",
"mismatchedOrigin": "Request made from incorrect origin.",
"missingUserIDForSession": "Cannot create session without user id.",
"accessDenied": "Access denied.",