We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9bf17 commit 7be5eeeCopy full SHA for 7be5eee
README.md
@@ -30,7 +30,7 @@
30
## 常见问题
31
32
1. 添加配置时必须有`name`字段,修改时`name`字段会被忽略;
33
-2. `GOST`的API是支持跨域的,如碰到跨域问题,检查一下页面和API的协议是否一至
+2. `GOST`的API是支持跨域的,如碰到跨域问题,检查一下页面和API的协议是否一致
34
3. 由于`Chrome`安全规则,连接本地`API`(127.0.0.1:xxx 或 localhost:xxx) 需要用[https页面](https://gost.whyoop.com/); 但连接局域网内的`API` 需要修改浏览器配置 [设置方式可以参考这篇博文](https://blog.csdn.net/Flywithdawn/article/details/128253604)
35
- 补充:可以本地启一个 http/socks 代理,`Chrome`通过本地代理访问管理页面,再链接本地/局域网API时,不再触发安全规则;
36
- 补充1:使用[https页面](https://gost.whyoop.com/),并把`网站设置 -> 不安全内容`设置为`允许`,同样可绕过安全规则;
0 commit comments