Skip to content

Commit 88b7bdb

Browse files
committed
bugfix
1 parent fc12285 commit 88b7bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ protected function exitWith422($object) {
12481248

12491249
protected function headersCommand($parameters) {
12501250
$headers = array();
1251-
$headers[]='Access-Control-Allow-Headers: Content-Type, X-XSRF-Token';
1251+
$headers[]='Access-Control-Allow-Headers: Content-Type, X-XSRF-TOKEN';
12521252
$headers[]='Access-Control-Allow-Methods: OPTIONS, GET, PUT, POST, DELETE, PATCH';
12531253
$headers[]='Access-Control-Allow-Credentials: true';
12541254
$headers[]='Access-Control-Max-Age: 1728000';

0 commit comments

Comments
 (0)