ansuz
ansuz
I believe chrome/chromium/similar-browsers can be launched with `--enable-ipv6`. This is [an old bug](https://bugs.chromium.org/p/chromium/issues/detail?id=85786) that was known in the early days of cjdns development. Now that more networks support ipv6 natively...
I've tested your patch under various configurations and confirmed that Firefox's incorrect behaviour has been fixed, and some iOS/iPadOS issues were resolvable. I've merged it into an experimental branch featuring...
it's only a problem when people insist that _other people do the rewriting_. taking it upon yourself to rewrite something in rust because you want to is good, actually :+1:
[this commit](https://github.com/xwiki-labs/cryptpad/commit/f5c029e937de0bf02079e2f1e7ebca2bb09f7558) makes it possible to disable the creation of pads by anonymous users by adding `AppConfig.disableAnonymousPadCreation = false;` to `customize/application_config.js`. This check is only on the client, so it...
The relevant fix and a comment to explain that it is only enforced client-side was included in [yesterday's release](https://github.com/xwiki-labs/cryptpad/releases/tag/4.6.0).
If you use a reverse proxy, you can put the authentication at that layer so the node process does not need any modification. However that is implemented, nothing should hook...
I'm going to close this issue since we have no plans to implement the requested behaviour. If you're interested in sponsoring development costs I'll certainly reconsider. In that case, you...
> I really would appreciate the OpenID Connection login. Also, I would be willing to pay some money – the question here is: how much would be appropriate? I appreciate...
according to a comment by @analogic in [this discussion](https://github.com/haraka/Haraka/discussions/3261) Haraka is unaffected.
thanks for investigating!