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

Support for Access-Control-Allow-Private-Network: true

Gondayi opened this issue · comments

Description

As per latest Chrome update the above setting is required but appears unavailable in django cors headers

There's a PR already, it just needs some work: #745

As I understand the header is only required in relatively rare private network situations.

Thank you for bringing that to my attention