Skip to content

Commit

Permalink
[enh] download apple-touch-icon-precomposed type favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Jan 26, 2022
1 parent 7ed84b3 commit 1a64408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/src/js/modules/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class Document {
case 'icon':
case 'shortcut icon':
case 'apple-touch-icon':
case 'apple-touch-icon-precomposed':
case 'fluid-icon':
const icon = await downloadFile(this.absoluteUrl(node.getAttribute('href')));
node.setAttribute('href', icon);
Expand Down

0 comments on commit 1a64408

Please sign in to comment.