-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
add skip_ssrf_protection config #2696
add skip_ssrf_protection config #2696
Conversation
4c8f61b
to
dd01745
Compare
dd01745
to
0916696
Compare
README.md
Outdated
@@ -659,14 +659,15 @@ end | |||
## Testing with CarrierWave | |||
|
|||
It's a good idea to test your uploaders in isolation. In order to speed up your | |||
tests, it's recommended to switch off processing in your tests, and to use the | |||
tests, it's recommended to switch off processing in your tests, disable SSRF protection, and to use the |
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.
Actually I don't recommend to do this. The users shouldn't do this without knowing what they're doing, unless they will be at risk.
Could you rephrase this part?
… when necessary Co-authored-by: Yohta Kimura <38206553+rajyan@users.noreply.github.com>
Merged in, thank you! |
Hi everyone, I have noticed that this feature has been long merged into master branch but not released yet. Do you have any plans on releasing this? Thanks a lot for your work :) |
closes #2695
Looking at these issues, a lot of people are looking for a way to disable ssrf filter in testing.
#2695
arkadiyt/ssrf_filter#33
arkadiyt/ssrf_filter#59
#2573
I believe it might worth making
skip_ssrf_protection
configurable.