1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00

LibWeb: Add icon as possible resource type on the link tag

This commit is contained in:
Anthony Van de Gejuchte 2022-04-03 19:39:38 +02:00 committed by Andreas Kling
parent 44d78a8a13
commit 13847aa7e8
2 changed files with 10 additions and 1 deletions

View file

@ -42,6 +42,7 @@ private:
Preload = 1 << 2,
DNSPrefetch = 1 << 3,
Preconnect = 1 << 4,
Icon = 1 << 5,
};
};