Tom Schuster

Results 165 comments of Tom Schuster

>>With these things in mind, we’ve been exploring the idea that we might treat cookies differently depending on whether the cookie was set to lax by default or is an...

AFAIK There is really nothing we can do about this with the current WebExtension APIs.

Firefox assigns the favicons, we can't change them.

Completely deleting and recreating the list might actually fix this problem, however we can't really do that. The current "shuffling" is required to not overload Firefox Sync: #41.

Thanks for providing the OPML file! It contains an unescaped ampersand: `...rss.php?site=fr&amplang=fr"...`, which is invalid XML. You can replace `&` by `&` to make the file work.

The relevant bugzilla ticket is https://bugzilla.mozilla.org/show_bug.cgi?id=1714201.

Thanks for reporting. This is a Firefox issue. https://bugzilla.mozilla.org/show_bug.cgi?id=1678734

We might have to make some adjustments so we don't handle view-source URLs. Right now that is sadly impossible to detect in the `webRequest.onHeadersReceived` listener.