allowed-sites.conf 376 B

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