Gem in a Box v0.13.14 Release Notes

Release Date: 2018-01-25 // about 6 years ago
  • 🛠 Fixes:

    • 🛠 Fix memory leak caused by Rack::Session::Pool

    🔄 Changes:

    • 0️⃣ Rack::Session::Pool and Rack::Protection are not enabled as default now.

    0️⃣ Please note that Rack::Protection is not enabled as default now. To protect your geminabox from XSS and CSRF vulnerability, you have to embed Rack::Protection by yourself in your config.ru file as:

    require "geminabox"
    
    Geminabox.data = "/var/geminabox-data" # ... or wherever