Files
ladybird/Libraries/LibWeb/HTML/HTMLLinkElement.cpp
Estefania 528015b0af LibWeb/HTML: Skip fallback favicon loading for auxiliary contexts
Do not load fallback favicons from /favicon.ico for auxiliary browsing
contexts (popup windows). This matches the behavior observed in Chrome
and Firefox, and avoids unnecessary network requests that can interfere
with Content Security Policy violation reporting.

This fixes the javascript-url-navigation-evaluated-to-string-inherits-
csp.html Web Platform Test, which was failing because favicon CSP
violations were being reported before the actual test violation.
2026-01-23 10:46:28 +00:00

48 KiB