adamchainz / django-cors-headers

Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow 'null' in CORS_ORIGIN_WHITELIST check

adamchainz opened this issue · comments

The check added in #397 didn't special-case null which it should, as reported in #403 by @subodhjena.