mirror of
https://github.com/neocities/neocities.git
synced 2025-08-02 15:51:55 +02:00
fixes for hcaptcha, add to dmca form
This commit is contained in:
parent
79cdd06b19
commit
2821f513f1
9 changed files with 32 additions and 25 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue