Skip to content

Commit 6c5b87c

Browse files
author
Pavle
committed
Access-Control-Expose-Headers added to the inline config in Readme
1 parent e509c6b commit 6c5b87c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ try
138138
{
139139
header('HTTP/1.0: 200');
140140
header($result->getAjaxQueueRedirectHeaderKey() . ': '. $result->getAjaxRedirectUrl());
141+
header("Access-Control-Expose-Headers" . ': ' . $result->getAjaxQueueRedirectHeaderKey());
141142
}
142143

143144
die();

0 commit comments

Comments
 (0)