mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-27 10:02:35 -04:00
44a5da1895
Heroku app instances have been notoriously bad at having the instance automatically upgraded to https. This adds a step in the before request decorator to always upgrade heroku apps, since they're always deployed with the certificate, but never configured to upgrade automatically. Fixes #153