Skip to content
  • Christophe de Vienne's avatar
    Use 'wsgicors' for CORS handling. · 13e0f569684c
    Christophe de Vienne authored
    The CW CORS handling (in web/cors.py) is only able to work on cubicweb requests.
    When a request is not handled by bwcompat, we need a proper solution.
    The `wsgicors` library provides what we need as a wsgi middleware.
    13e0f569684c