Thomas Eizinger

Results 1887 comments of Thomas Eizinger

I think what is at play here is: https://wicg.github.io/private-network-access/ So it is not that browers block the CORS requests, the problem is that they _make_ a CORS request and the...

Yep that is also my understanding. I believe the path forward here is that we ensure that browsers _don't_ make these OPTIONS preflight requests because the server will never return...

I'll experiment with changing the DNS resource subnet to 240.0.0.0/4. That is considered public but is reserved, so we shouldn't have any conflicts.

We should delete all file logs as part of this (on first launch or something like that). Depending on how good Apple's log rotation / compression is, we may also...

We already rotate our logs with every instance of the network extension. I think we really just need to delete some old ones if the size of the directory goes...

> if the associated pair was rejected Rejected or not nominated? Those are different things. If you want to reduce the number of IO resources, why are you creating more...

> Later, we receive the resolvers, but it may not trigger a reset. We don't reset anything when we receive DNS servers, just update the TUN device. That should be...