We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我不想要-----https://x.xx.xxx 这种样式, 我是搞后端的,目前正在二次开发jsproxy服务端,到时候可以使用 python/php/perl/go语言等脚本转发流量。 前端使用 -----https://x.xx.xxx 这个路由格式过于暴露,,我打算对路由样式进行修改,请问在哪个js文件改?
The text was updated successfully, but these errors were encountered:
这种 URL 格式目前还是写死的,要改的话得改好几个地方。主要在 https://github.com/EtherDream/jsproxy-browser/blob/master/src/proxy/src/urlx.js 里实现,还有 https://github.com/EtherDream/jsproxy-browser/blob/master/src/home/assets/index_v3.html 里面也得改 “-----” 相关的逻辑。
以后考虑加上 URL 加密功能,避免少数浏览器误报钓鱼网站的问题。不知其他还有什么暴露问题?
Sorry, something went wrong.
No branches or pull requests
我不想要-----https://x.xx.xxx 这种样式,
我是搞后端的,目前正在二次开发jsproxy服务端,到时候可以使用 python/php/perl/go语言等脚本转发流量。
前端使用 -----https://x.xx.xxx 这个路由格式过于暴露,,我打算对路由样式进行修改,请问在哪个js文件改?
The text was updated successfully, but these errors were encountered: