cors_plug v1.4.0 Release Notes

Release Date: 2017-01-13 // over 7 years ago
    • ✨ Enhancements
      • Allows both * as well as specific domains in the origins config, returns the corresponding value (thanks @mustafaturan)
    • 🛠 Fixes
      • Don't overwrite vary header values with "Origin", instead append it.
      • Don't set vary header to empty string if not needed.
      • Use Plug.Conn.merge_resp_headers/2

    🆕 New major release because of the vary header changes, I don't expect this to break anything.