2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server
Kevin Ansfield f88adb9180
Added x-frame-options header to /ghost/ route (#10760)
no issue
- by default the `/ghost/` route will add an `x-frame-options: sameorigin` header to the response to help protect the admin area against clickjacking
- the header can be disabled by adding `"adminFrameProtection": false` to the `config.{env}.json` configuration file

Credits: Muhammad Fawwad Obaida
2019-05-28 09:04:48 +01:00
..
adapters 🐛 Fixed post scheduling on restart (#10726) 2019-05-06 11:11:43 +02:00
api Refactored json-schema to use one instance of ajv (#10746) 2019-05-15 13:28:10 +02:00
apps 🐛 Changed subscribed page title from hardcoded to site title (#10589) 2019-03-11 14:07:37 +08:00
config Added x-frame-options header to /ghost/ route (#10760) 2019-05-28 09:04:48 +01:00
data Updated link to Marketplace (#10754) 2019-05-22 16:55:28 +08:00
helpers Updated reading time helper to use SDK 2019-05-07 15:33:07 +05:30
lib Removed lib/members in favour of packages (#10739) 2019-05-08 14:08:25 +02:00
models Updated to use slugify method from SDK for safe string 2019-05-07 15:33:07 +05:30
public Added members-theme-bindings library to public 2019-04-24 12:46:00 +02:00
services Removed lib/members in favour of packages (#10739) 2019-05-08 14:08:25 +02:00
translations 🐛 Disallowed locked/suspended users from being made owner via the API (#10647) 2019-04-16 10:30:29 +01:00
views Aliased {{@blog}} as {{@site}} in the theme API 2019-01-04 12:17:32 +00:00
web Added x-frame-options header to /ghost/ route (#10760) 2019-05-28 09:04:48 +01:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js Added comment about future scheduler migration 2019-05-06 12:26:08 +02:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Removed lts update check flag 2019-05-01 16:00:53 +02:00