mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
use TempfileReaper to hopefully clean up RackMultipart turds
This commit is contained in:
parent
3885fe9afc
commit
444f8a5bd0
1 changed files with 1 additions and 0 deletions
1
app.rb
1
app.rb
|
@ -7,6 +7,7 @@ use Rack::Session::Cookie, key: 'neocities',
|
|||
secret: $config['session_secret']
|
||||
|
||||
use Rack::Recaptcha, public_key: $config['recaptcha_public_key'], private_key: $config['recaptcha_private_key']
|
||||
use Rack::TempfileReaper
|
||||
helpers Rack::Recaptcha::Helpers
|
||||
|
||||
helpers do
|
||||
|
|
Loading…
Add table
Reference in a new issue