git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tmp for 152194
[WebKit-https.git]
/
LayoutTests
/
http
/
tests
/
contentdispositionattachmentsandbox
/
resources
/
subresource-request-not-include-referer-header-frame.php
1
<?php
2
header("Content-Disposition: attachment; filename=test.html");
3
header("Content-Type: text/html");
4
?>
5
<!DOCTYPE html>
6
<style>
7
a {
8
display: block;
9
width: 100vw;
10
height: 100vh;
11
}
12
13
</style>
14
<a href="second-wo-referer.php">Link to second-wo-referer.php</a>