Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
chrome
/
test
/
data
/
client_hints
/
accept_ch_with_iframe.html
blob: a177319286329f5aa1abad71bd5db08a93c9d0c0 [
file
]
<html>
<link
rel
=
"icon"
href
=
"data:;base64,="
>
<head></head>
Empty file which uses link-rel to disable favicon fetches. The corresponding
.mock-http-headers sets client hints.
<iframe
src
=
"accept_ch.html"
></iframe>
</html>