LawyZheng

Results 19 comments of LawyZheng

Also the Same Panic For Case-Insensitive Redirect. I haven't tried it after commenting out the panic yet. So I'm not sure it is a bug or not. ``` testRequest(t, ts.URL+"/aa/AA",...

Beego Version v1.12.3 Not Tested in Beego Version 2.x.x

I don't know whether it is something to do with the DNS filter function. Because when I enable Adguard, `injections.adguard.org` resolved as `172.67.70.82`. (it seems to be an internal address)...

It didn't help anything. It just timed out as happened before. And I tried to add `*.adgurad.org` in the `Bypass proxy settings`. It seems to be good. However, not stable...

> IMO using behavior:instant everywhere would probably trigger a lot more captcha/bot detectors. Good idea. but it's more important to take screenshots than worrying about the bot-detection problem.

> @LawyZheng after removing scroll up and down, we might not need the `behavior: instant`. Can you test that? sure. I will test some cases to see if it still...

> @LawyZheng after removing scroll up and down, we might not need the `behavior: instant`. Can you test that? The result is negative. Still can't do scrolling if scrollUpAndDown has...

@SinuxLee I don't think it's a good idea. I think we should skip the compress when the body is gzip-compressed, rather than change the request header. Because in my opinion,...

> Any update on this issue? waiting for PR merge

I have forked this repo and rewritten it into a library and also embedded the client into the application rather than a service. go to https://github.com/LawyZheng/promproxy to see more details,...