railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
152 stars 20 forks source link

Move Cloudflare/Heroku SSL fix to Cloudflare Worker #65

Closed manuelmeurer closed 1 year ago

manuelmeurer commented 3 years ago

Right now the fix to be able to use Heroku together with Cloudflare in Flexible SSL mode is implemented as a Rails middleware: https://github.com/railsbump/app/commit/a66ea3b7643925c69fae66affbca4945e5a018fa

While this works, it would probably be cleaner to add the header in a Cloudflare Worker.

manuelmeurer commented 1 year ago

The app is now running on Fly.io, not Heroku anymore, so this is not necessary anymore.