You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: