Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
http
/
tests
/
ssl
/
resources
/
referer-301-redir.php
blob: d93dc7a175125184085d8b76069c8ee1e5738265 [
file
] [
log
] [
blame
]
<?
php
header
(
"HTTP/1.1 301 Moved Permanently"
);
header
(
"Location: http://127.0.0.1:8000/ssl/resources/no-http-referer.cgi"
);
header
(
"Cache-Control: no-cache,no-store"
);
?>