Re: [Twisted-Python] IDNA problem in twisted

2021-04-29 Thread Barry Scott
On Wednesday, 28 April 2021 06:52:30 BST Glyph wrote: > > > On Apr 27, 2021, at 8:58 PM, Wim Lewis wrote: > > > > On Thursday, April 8, 2021 8:43:35 AM PDT, Barry Scott wrote: > >> We just added a patch to our twisted to prevent twisted from doing idna > >> validation. > >> _idnaBytes and _idna

Re: [Twisted-Python] IDNA problem in twisted

2021-04-27 Thread Glyph
> On Apr 27, 2021, at 8:58 PM, Wim Lewis wrote: > > On Thursday, April 8, 2021 8:43:35 AM PDT, Barry Scott wrote: >> We just added a patch to our twisted to prevent twisted from doing idna >> validation. >> _idnaBytes and _idnaText not convert from bytes to unicode based on the type >> of >>

Re: [Twisted-Python] IDNA problem in twisted

2021-04-27 Thread Wim Lewis
On Thursday, April 8, 2021 8:43:35 AM PDT, Barry Scott wrote: We just added a patch to our twisted to prevent twisted from doing idna validation. _idnaBytes and _idnaText not convert from bytes to unicode based on the type of the provided arg. We had to do this because there are domain names t

[Twisted-Python] IDNA problem in twisted

2021-04-08 Thread Barry Scott
We just added a patch to our twisted to prevent twisted from doing idna validation. _idnaBytes and _idnaText not convert from bytes to unicode based on the type of the provided arg. We had to do this because there are domain names that youtube.com uses that are not valid under IDNA-2008 https://t