Waterfox icon indicating copy to clipboard operation
Waterfox copied to clipboard

G4 Some Favicons shows on tab but generic on bookmark

Open rebop opened this issue 3 years ago • 4 comments

What happened?

G4 Some Favicons shows on tab but generic on bookmark. Only a handful but starting to increase. Work in Edge and Classic.

Reproducible?

  • [X] I have tested this on Firefox.

Version

G4

What platform are you seeing the problem on?

Windows

Relevant log output

No response

rebop avatar Feb 25 '22 23:02 rebop

Hi @rebop -

Is this for bookmarks that you have imported or is this for bookmarks you are adding? Would you be able to open the browser console (ctrl + shift + j), monitor it while you add a new bookmark that fails to store the favicon and then post any relevant logs that appear in that time here?

adamp01 avatar Mar 01 '22 08:03 adamp01

This is for newly created bookmarks. Some, few, but consistent. They work in Classic, not G4.

Examples. Boobkmark and tab Classic:

1 2

G4: 3 4

Interesting here on debug. But Classic sees it?

image

No errors in Classic debug.

rebop avatar Mar 01 '22 14:03 rebop

I believe this issue is caused by the default CORS policy being set to strict-origin-when-cross-origin, which is default for increased security when a website doesn't explicitly set a policy on requests being made from the site. It will work with Classic because setting strict-origin-when-cross-origin as the default referrer policy started around 2020/1. It's on the website to declare a different policy.

The preference network.http.referer.defaultPolicy can be changed to value 3 in about:config to match the default in Classic, no-referrer-when-downgrade. I cannot recommend that you do that as it will reduce the security of the browser, but if you are comfortable with the risk it should solve the issue. You can read more about referrer policies here.

adamp01 avatar Mar 07 '22 09:03 adamp01

Thanks. Tried changing to 3, restarting and it had no effect.

rebop avatar Mar 07 '22 13:03 rebop