cors_plug v2.0.1 Release Notes

Release Date: 2020-02-18 // about 4 years ago
    • ✨ Enhancements
      • Passing a function with arity 2 as origin will pass the conn to the
        🔧 function, allowing configuration based on conn (thanks @billionlaughs).
      • You can now pass regexes as part of the list of origins (thanks @gabrielpra1).
    • 🛠 Fixes
      • Fixes an issue where the request was missing the
        access-control-request-headers (thanks @zhhz for the initial report and
        @mfeckie for the fix).