devd v0.3 Release Notes

Release Date: 2015-11-11 // over 8 years ago
    • -s (--tls) Generate a self-signed certificate, and enable TLS. The cert
      bundle is stored in ~/.devd.cert
    • โž• Add the X-Forwarded-Host header to reverse proxied traffic.
    • Disable upstream cert validation for reverse proxied traffic. This makes
      using self-signed certs for development easy. Devd shoudn't be used in
      ๐Ÿ”’ contexts where this might pose a security risk.
    • ๐Ÿ›  Bugfix: make CSS livereload work in Firefox
    • ๐Ÿ›  Bugfix: make sure the Host header and SNI host matches for reverse proxied
      traffic.