Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Incremental release - support for empty ENV['HOST'] added

Latest
Compare
Choose a tag to compare
@jeremyblalock jeremyblalock released this 06 Jan 22:26
· 2 commits to master since this release

Previously, ENV['HOST'] being nil would cause an error to occur, but how it will just cause a 403 Forbidden to be returned as would normally be expected.

Also added updates to README for readability.