Sign in
webkit
/
WebKit
/
ddcb508fb20d988871727b9d14b0ec286b96c93c
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
block-everything-unless-domain-redirect.php
blob: dec0b89df3b259703a02715e6c5054497ece8fc1 [
file
] [
log
] [
blame
]
<?
php
header
(
'Location: http://localhost/contentextensions/resources/should-not-load.html'
);
header
(
'HTTP/1.0 302 Found'
);
?>