You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on www.jan-koegel.de I have set <meta property="alby:image" content="https://ik.imagekit.io/jankoegel/img/photos/heidelberg-graffiti-underpass.jpg?tr=w-500,e-sharpen">
when I visit the page and open my Alby extension I see my favicon and not the image from the alby:image meta tag.
but as far as I understand the code calling the rules, they get processed one after the other and later ones take precedence (unless the scorer function intervenes):
Is there an existing issue for this?
Describe the bug
<meta property="alby:image" content="https://ik.imagekit.io/jankoegel/img/photos/heidelberg-graffiti-underpass.jpg?tr=w-500,e-sharpen">
alby:image
meta tag.Favicon (actual)
alby:image (expected)
Screenshots [optional]
Steps To Reproduce
alby:image
Expected behavior
Alby information
1.18.0
getAlby wallet
installed via app store
Device information
OSX, Firefox
Additional context
PR giving prevalence to
metadata.icon
(favicon) overmetadata.image
(alby:image)metadata.icon
rules actually start withalby:image
:lightning-browser-extension/src/extension/content-script/originData.ts
Lines 599 to 604 in 16dff6a
but as far as I understand the code calling the rules, they get processed one after the other and later ones take precedence (unless the
scorer
function intervenes):lightning-browser-extension/src/extension/content-script/originData.ts
Lines 677 to 699 in 16dff6a
Are you working on this?
No
The text was updated successfully, but these errors were encountered: