Cord debug
This commit is contained in:
@@ -40,6 +40,8 @@ class Cors implements FilterInterface
|
||||
'http://10.204.5.100:9083/',
|
||||
);
|
||||
|
||||
log_message('critical', "CORS 0001 ->ORIGIN->".$origin);
|
||||
|
||||
if (in_array($origin, $allowed_domains)) {
|
||||
header('Access-Control-Allow-Origin: ' . $origin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user