Sign in
webkit
/
WebKit
/
73e028760371777da574175716cbd20d5a3c1224
/
.
/
LayoutTests
/
http
/
tests
/
ssl
/
resources
/
referer-303-redir.php
blob: 63f859dd907343463a21f58473c538b2e19b98a8 [
file
] [
log
] [
blame
]
<?
php
header
(
"HTTP/1.1 303 See Other"
);
header
(
"Location: http://127.0.0.1:8000/ssl/resources/no-http-referer.cgi"
);
header
(
"Cache-Control: no-cache,no-store"
);
?>