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

Is CarrierWave::Downloader::Base#skip_ssrf_protection official api? #2573

Closed
tashirosota opened this issue Jun 4, 2021 · 1 comment
Closed

Comments

@tashirosota
Copy link
Contributor

tashirosota commented Jun 4, 2021

Is this usage safe?

module CarrierWave
  module Downloader
    class Base
      def skip_ssrf_protection?(_uri)
        true
      end 
    end
  end
end
@tashirosota
Copy link
Contributor Author

I want to avoid OpenClass. Can I add a config option?
#2575

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

1 participant