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
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: