fixes for hcaptcha, add to dmca form

This commit is contained in:
Kyle Drake 2020-11-26 01:45:23 -06:00
parent 79cdd06b19
commit 2821f513f1
9 changed files with 32 additions and 25 deletions

View file

@ -162,9 +162,4 @@ $gandi = Gandi::Session.new $config['gandi_api_key'], gandi_opts
$image_optim = ImageOptim.new pngout: false, svgo: false
Money.locale_backend = nil
Hcaptcha.configure do |config|
config.site_key = $config['hcaptcha_site_key']
config.secret_key = $config['hcaptcha_secret_key']
end
Money.locale_backend = nil