-
-
Notifications
You must be signed in to change notification settings - Fork 13k
💄 style: allow users to disable SSRF or set a whitelist #4633
New issue
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
Conversation
Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4633 +/- ##
==========================================
+ Coverage 92.52% 92.54% +0.01%
==========================================
Files 512 517 +5
Lines 36755 36834 +79
Branches 3392 3591 +199
==========================================
+ Hits 34007 34087 +80
+ Misses 2748 2747 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coulsontl is attempting to deploy a commit to the LobeChat Community Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now, Thanks for your contribution!
❤️ Great PR @coulsontl ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.29.2](v1.29.1...v1.29.2) <sup>Released on **2024-11-09**</sup> #### 💄 Styles - **misc**: Allow users to disable SSRF or set a whitelist. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Allow users to disable SSRF or set a whitelist, closes [#4633](#4633) ([7175145](7175145)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.29.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
允许用户主动关闭ssrf或者设置白名单,解决国内机器部署时,如果使用代理且模式为FakeIP时无法使用画图的问题。
新增环境变量:
参考文档:https://www.npmjs.com/package/request-filtering-agent
📝 补充信息 | Additional Information
fix #4299 | #4149