mirror of
https://github.com/beestat/app.git
synced 2026-05-27 17:42:30 -04:00
Removed CORS header
It was added when the plan was to have the app POST to api.beestat.io.
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
* @author Jon Ziebell
|
||||
*/
|
||||
|
||||
// Allow access to the API from any domain.
|
||||
header('Access-Control-Allow-Origin: *');
|
||||
|
||||
// Compress output.
|
||||
ob_start('ob_gzhandler');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user