Whitelist account.sourcefabric.com for CORS
This commit is contained in:
parent
ec0d0375cf
commit
ef46b1facc
|
@ -14,6 +14,7 @@ class CORSHelper
|
||||||
(!in_array($origin,
|
(!in_array($origin,
|
||||||
array("http://www.airtime.pro",
|
array("http://www.airtime.pro",
|
||||||
"https://www.airtime.pro",
|
"https://www.airtime.pro",
|
||||||
|
"https://account.sourcefabric.com",
|
||||||
"http://" . $_SERVER['SERVER_NAME'],
|
"http://" . $_SERVER['SERVER_NAME'],
|
||||||
"https://" . $_SERVER['SERVER_NAME']
|
"https://" . $_SERVER['SERVER_NAME']
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue