ctms/addons-ctms/access.php
2025-04-10 23:19:13 +08:00

19 lines
570 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
# @Author: 嗨噜客(三亚) <fm453>
# @Date: 2022-05-15T22:35:59+08:00
# @Email: fm453@lukegzs.com
# @Last modified by: fm453
# @Last modified time: 2024-06-30T23:54:13+08:00
# @Copyright: www.hiluker.cn
//以下设置用于解决跨域访问的CORS问题顺便设置来路域名白名单
const ORIGINARR = [
'https://ctms.hiluker.cn',
'http://appgm.ctms.hiluker.cn',
'https://appgm.ctms.hiluker.cn',
'http://h5.ctms.hiluker.cn',
'https://h5.ctms.hiluker.cn',
'*' //开发中使用*允许所有cors源。上线后注释掉
];