0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Sebastian Gierlinger f0d38aa66d Hide Access Token
closes #3177
- uses an iFrame to initiate the download to hide the access token

The access token is now hidden in the admin logic. If we would like to
completely hide the token it is possible to remove the access token and
use signed requests instead, but I think the effort isn’t worth the
benefit in this case.
2014-07-27 22:57:57 +02:00
..
client Hide Access Token 2014-07-27 22:57:57 +02:00
server Correct meta_title for author pages. 2014-07-25 19:48:49 +00:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Correct meta_title for author pages. 2014-07-25 19:48:49 +00:00
bootstrap.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js
server.js