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