Path to this page:
Subject: CVS commit: pkgsrc/www
From: Adam Ciarcinski
Date: 2018-01-11 14:37:55
Message id: 20180111133755.3FF7CFBDE@cvs.NetBSD.org
Log Message:
py-django-cors-headers: added version 2.1.0
django-cors-headers is a Django App that adds CORS (Cross-Origin Resource
Sharing) headers to responses.
Although JSON-P is useful, it is strictly limited to GET requests. CORS builds
on top of XmlHttpRequest to allow developers to make cross-domain requests,
similar to same-domain requests.
Files: