Sign in
webkit
/
WebKit
/
3d0b42cd8733f1288f0258cb4ec38a61fc1b4d9e
/
.
/
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'
];
?>