日志记录来源站点

This commit is contained in:
zjcqoo 2019-04-26 11:14:06 +08:00
parent 097626659b
commit 4ff5f3fb12
2 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,10 @@
# no pathname
http://localhost 1;
https://etherdream.github.io 1;
https://zjcqoo.github.io 1;
#
# 授权哪些站点可使用本服务
#
# 本服务会校验 HTTP 请求头 origin 字段,如果不在该列表,直接返回 404
# 每个 URL 可对应一个短别名,用于日志记录
# 注意 URL 不包含路径部分(结尾没有 /
#
http://localhost 'lo';
https://etherdream.github.io 'gh-eth';
https://zjcqoo.github.io 'gh-qoo';

View File

@ -1,4 +1,4 @@
if ($_origin_allowed = '') {
if ($_origin_id = '') {
return 404 'ERROR: origin `$http_origin` is not allowed';
}
if ($http_x_jsproxy) {