1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -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:
Jon Ziebell 2019-10-21 20:57:54 -04:00
parent f154236aee
commit 9c0c07a380

View File

@ -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');