-
Notifications
You must be signed in to change notification settings - Fork 128
Failure to load subtitle link favicon using /proxy?url #4738
Comments
Issue reported in #4710 could be fall out of this error in Google Chrome |
Looks like Indeed, if you look at the data submitted in the |
When the shot is created in the background page, we get the favicon URL from Apparently this API now returns a data-uri instead of the URL of the original favicon. |
Ah yeah, it turns out that the addons code just gets the favicon from tabbrowser (deeper code in Firefox), and some favicon refactoring there resulted in the image itself, not its URL, being returned by This is definitely an upstream bug; I'll update this issue when I get a BMO link for the Firefox bug to fix it. In the meantime, we should just stop loading the favicon on the server pages altogether. |
[Steps to reproduce]:
- Save a shot
- Paste the saved shot's link in Chrome.
- Console shows message Failed to load resource: the server responded with a status of 404 (Not Found)
The text was updated successfully, but these errors were encountered: