Skip to content
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

skip_ssrf_protection configuration doesn't work other than master branch #2745

Closed
takmar opened this issue Jun 18, 2024 · 1 comment
Closed

Comments

@takmar
Copy link

takmar commented Jun 18, 2024

In the README, it states: "you can disable SSRF protection at your own risk using the skip_ssrf_protection configuration."
However, the skip_ssrf_protection configuration only works in the master branch because the PR that implemented the skip_ssrf_protection option has not been backported.

As a result, if I add config.skip_ssrf_protection = true in an initializer, it causes the following error:

NoMethodError:
  undefined method `skip_ssrf_protection=' for CarrierWave::Uploader::Base:Class
@takmar takmar changed the title skip_ssrf_protection configuration doesn't work skip_ssrf_protection configuration doesn't work other than master branch Jun 18, 2024
@mshibuya
Copy link
Member

mshibuya commented Sep 7, 2024

It's included in the release 3.1.0.beta.

@mshibuya mshibuya closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants