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:
parent
f154236aee
commit
9c0c07a380
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user