URI_TRY_3LD FP on mynews.apple.com

2021-04-02 Thread Adam Katz
Hey, John et al. It's been a while. I hope things are going well. I've found an FP on URI_TRY_3LD from https://mynews.apple.com/subscriptions?… that you could solve by adding a new alternation to the relevant negative lookahead in that regex: -uri URI_TRY_3LD m,^https?://(?:try|start|get(?!.adob

Re: URI_TRY_3LD FP on mynews.apple.com

2021-04-02 Thread John Hardin
On Fri, 2 Apr 2021, Adam Katz wrote: Hey, John et al. It's been a while. I hope things are going well. I've found an FP on URI_TRY_3LD from https://mynews.apple.com/subscriptions?… that you could solve by adding a new alternation to the relevant negative lookahead in that regex: -uri URI_TRY_3

Re: URI_TRY_3LD FP on mynews.apple.com

2021-04-02 Thread RW
On Fri, 02 Apr 2021 12:12:22 -0400 Adam Katz wrote: > Hey, John et al. It's been a while. I hope things are going well. > > I've found an FP on URI_TRY_3LD from > https://mynews.apple.com/subscriptions?… that you could solve by > adding a new alternation to the relevant negative lookahead in tha