Sign in
webkit
/
WebKit
/
2b71a063dee544906d04b3c4fb19abae128a0dfd
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
referrer.php
blob: 226afdab6e22faf2b88f484a5ed62028a1d5f4c1 [
file
] [
log
] [
blame
]
<?
php
// Prevent from being cached.
header
(
"Cache-Control: no-store, private, max-age=0"
);
header
(
"Content-Type: text/plain"
);
?>
<?
php echo $_SERVER
[
'HTTP_REFERER'
];
?>