Sign in
webkit
/
WebKit
/
a231b9c05f00391ba283ff877aa3287c882082d0
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
user-agent-script.php
blob: aeeaabc9691fe330b81d9fd7bbf4e144f7307538 [
file
] [
log
] [
blame
]
<?
php
header
(
'Content-Type: application/javascript'
);
?>
window.subresourceUserAgent = "
<?
php
echo $_SERVER
[
'HTTP_USER_AGENT'
];
?>
";