Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
pdf
/
pdf_iframe_csp.html
blob: 178912cc41ad49afc39e05aeadb1f4905780a037 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
TabWithEmbeddedPdf
</title>
<meta
http-equiv
=
"Content-Security-Policy"
content
=
"object-src 'none'"
>
</head>
<body>
<iframe
src
=
"test.pdf"
></iframe>
</body>
</html>