ThreeSixtyGiving / grantnav

This is a web based search tool for data in the 360 giving data format.
http://grantnav.threesixtygiving.org/
Other
9 stars 5 forks source link

switch to django-cors-header for handling cors #1033

Open michaelwood opened 8 months ago

michaelwood commented 8 months ago

Setting up CORS for multiple domains is better handled at the middleware layer (i.e. django) than in Apache where it is much more difficult to do things like domain name matching on multiple domains.