dcohenb / tab-hibernate

7 stars 1 forks source link

file:/// urls can't be woken up #5

Open dolik-rce opened 4 years ago

dolik-rce commented 4 years ago

Hi,

I have just noticed that tabs with file:// urls can not be waken up. Chrome displays error: hibernate.js:102 Not allowed to load local resource: file:///..... Seems kind of obvious, but it's a bit annoying, especially when I use Hibernate all/Wake up all.

I believe that using window.history.back() for file:// urls should work, just as it is done now for chrome:// urls...