0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/unit/middleware
Jason Williams 07dab144bd Add middleware for handling CORS
Refs #6644
- deps: cors@2.7.1; Add express cors package.
- Adds new middleware for proper CORS support.
- Handles CORS pre-flight checks.
- Separates request authentication/authorization from
  CORS.
2016-03-31 10:58:52 -05:00
..
auth-strategies_spec.js Refactor content deletion 2016-03-22 10:10:09 -05:00
authentication_spec.js Add middleware for handling CORS 2016-03-31 10:58:52 -05:00
cache-control_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
check-ssl_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
cors_spec.js Add middleware for handling CORS 2016-03-31 10:58:52 -05:00
decide-is-admin_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
oauth_spec.js Refactor content deletion 2016-03-22 10:10:09 -05:00
private-blogging_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
redirect-to-setup_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
serve-shared-file_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
spam-prevention_spec.js Remove should-sinon dependency 2016-03-14 16:52:22 +00:00
static-theme_spec.js Merge pull request #6517 from halfdan/fix-6516 2016-02-18 08:37:32 +00:00
theme-handler_spec.js Removed uneeded jshint comments in order to cleanup the tests 2016-02-17 12:52:43 +00:00
uncapitalise_spec.js Remove should-sinon dependency 2016-03-14 16:52:22 +00:00