@leodigital/ckeditor5
Version:
LeoDigital CKEditor 5.
9 lines (8 loc) • 349 B
JavaScript
module.exports = class extends think.Controller {
__before() {
this.header('Access-Control-Allow-Origin', this.header('origin') || '*')
this.header('Access-Control-Allow-Headers', 'x-requested-with')
this.header('Access-Control-Request-Method', 'GET,POST,PUT,DELETE')
this.header('Access-Control-Allow-Credentials', 'true')
}
};