Sign in
webkit
/
WebKit
/
f0e035561d1c15fb0d80a78df625ae15f92dc2a7
/
.
/
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'
);
?>