aj47/clickolas-cage

bug when LLM tries to nav to url without http(s)://

aj47 opened this issue · 1 comments

aj47 commented

for first step when code calls navURL()
if url is https://www.youtube.com it works fine
but if url is www.youtube.com, user is brought to a url like: chrome-extension://gjakknclnkongbpncjjaemkbppmcelke/www.youtube.com which does not work

aj47 commented

fixed in navURL()