abhidas17695 / dweb-ext

0 stars 0 forks source link

Urls not being passed through correctly. #19

Closed mitra42 closed 6 years ago

mitra42 commented 6 years ago

URLs aren’t being passed through correctly, for example dweb.archive.org/details/commute -> https://dweb.me/arc/archive.org/details? That might just be part of your testing (that loads the url “https://dweb.archive.org” (See https://github.com/abhidas17695/dweb-ext/issues/18 - I can’t check whether this is the case since I can’t see your source code and/or changes to dweb-objects etc)

abhidas17695 commented 6 years ago

The extension assumes all URLs are https://dweb.archive.org. This is done such that it is possible to test whether the extension is actually working or not since it is not possible to convey much useful information through logs as too many errors are logged because of this hack.

abhidas17695 commented 6 years ago

Latest commit solves this

mitra42 commented 6 years ago

Fixed by #26