Eelke van den Bos

Results 11 comments of Eelke van den Bos

Possible solution for #301

@carltongibson, I was thinking about writing a patch that checks for the above condition in [http_protocol.py#L151](https://github.com/eelkevdbos/daphne/blob/main/daphne/http_protocol.py#L151) removing the content-length header if a chunked transfer encoding is found as well. Do...

I think these can all be tackled by a strict enough content security policy, not allowing inline scripts. A package I use to configure this in my apps is [django-csp](https://django-csp.readthedocs.io/en/latest/)....

@bennylope We experienced the same `unique_together` warnings although we did not use a custom model name like @specialorange. However, after looking at `organizations/models.py` we decided to also implement the `OrganizationInvitation`...

@AlvaroLQueiroz sorry for the delay, this issue has been a little off my radar since I pushed my solution. As you've included the changes yourself by copying my work directly...

@simoneb, is this still relevant? If it is, I can make some time today for a PR on the docs.

@ahopkins I've updated the formatting and doc blocks, but a seemingly unrelated test is failing. Is this test perhaps also failing on main or do I need to dig deeper...

> I gather you should use asyncio to set the loop or otherwise execute within its normal bounds, rather than passing loop arguments. It is worth noting that asyncio itself...

I'm working on a draft PR and will post back as soon as I have a working setup.