Simon Frey
Simon Frey
Should be fixed by blacklisting bing.com as unshort domain. Please check and close issue if works
Could you please provide a bit more insights: - What url did you enter into unshort.link - What url did you get redirected to - Where did you expect to...
That is a unexpected behaviour as the http.Client and the check queue both have a timeout of 3 seconds. Have to digg into why the redirect spinner is loading forever
Thanks for the info! The inbetween urll seems to be: `https://vk.com/away.php?cc_key=aAGENC&to=https%3A%2F%2Fgithub.com%2Fsimonfrey%2Funshort.link` Apparently that endpoint is setting a Cookie, which is not persistent for the next call by unshort.link ``` GET...
I assume the way the vk link shortener is implemented unshort.link will not be able to support it :/ The problem is that vk sets a cookie and then redirects...
Yeah actually that works. Added a cookie jar and adapted the regex in order for this to work. Should work now. Please try with a new shortlink (as the old...
Yeah the webextension did not change. Tried the build on debian and arch and both worked, what error do you get? Otherwise you could try it on https://unshort.link
Can I consider this as fixed?
Did you try it with a new link? (as old redirects are cached and thereby the old link will still redirect to the errored page)
The build problem is on me. Forgot to add `go get github.com/programmfabrik/esc` to the makefile. Should work with the new makefile :D