-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, in background.js#L49 you have a comment
// Timeout disabled and xhr set to async, since timeout isn't working (TODO: fix it)
// Awaiting Chromium issue 105656: https://code.google.com/p/chromium/issues/detail?id=105656
//xhr.timeout = 1000; // We wanna have a short timeout to avoid hanging the browser too long
//var timer = setTimeout(function(xhr) { xhr.abort(); }, 1000, xhr);
xhr.open('GET', 'https://'+domain+'/', true);
The mentioned issue now is marked as fixed, so it looks like you can uncomment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels