Pliavi / gocrastination

A proxy to help you control over your procrastination habits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a way to redirect or change the page

Pliavi opened this issue · comments

When trying to use

proxy.OnRequest().DoFunc()

It does nothing without the Man in the middle:

proxy.OnRequest().HandleConnect(goproxy.AlwaysMitm)

But when I use the Mitm, the browser complains about the certificate

How could we do to make this to work?