Sign in
webkit
/
WebKit
/
0a96ecead66fc2b281c375dd55693d98caa1bcfe
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
xsl-img-blocked.php
blob: b2de64002c391af8a1fd70db37f4f3db6afd4125 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Type: text/xml"
);
header
(
"Content-Security-Policy: img-src 'none'"
);
echo
'<?xml version="1.0" encoding="UTF-8"
?>
';
echo '
<?
xml
-
stylesheet type
=
"text/xsl"
href
=
"resources/transform-to-img.xsl"
?>
';
?>
<body/>