abhidas17695 / dweb-ext

0 stars 0 forks source link

Why is the bootloader.html page showing up #15

Closed mitra42 closed 6 years ago

mitra42 commented 6 years ago

Before the final page loads, I'm seeing bootloader.html loading, or rather I'm seeing HTML that looks like it comes from bootloader.html. I can't find that html in the extension, which suggests its trying to load dweb.archive.org from the server (which would deliver that page). Or is there somewhere else that bootloader.html is coming form.

What I don't understand is how it gets there, isn't the dweb-ext supposed to be intercepting the load to dweb.archive.org ?

mitra42 commented 6 years ago

Wondering if this is related to #17 since "bootloader.html" would be what the browser is trying to load when onCompleted is triggered (I think, but could be wrong)

abhidas17695 commented 6 years ago

Yes since the extension is kicking in after the page loads , you will see bootloader.html before being redirected.

mitra42 commented 6 years ago

See comment just made on #16

abhidas17695 commented 6 years ago

See #21

mitra42 commented 6 years ago

Looks good