Skip to content

Commit

Permalink
Add a test page for brave/brave-browser#3422
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Feb 22, 2019
1 parent 7b4e5b1 commit abef826
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Empty file added blank.html
Empty file.
17 changes: 17 additions & 0 deletions referrer-spoofing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html>
<head>
</head>
<body>

<h1>Referrer Spoofing</h1>

<p>Navigations:
<ul>
<li><a href="blank.html">same-origin navigation</a> (should be untouched)</li>
<li><a href="https://www.whatismyreferer.com">cross-origin navigation</a> (should be blank)</li>
</ul></p

<p><img title="sub-resource (should be spoofed)" src="https://fmarier.org/img/francois_marier.jpg"></p>

</body>
</html>

0 comments on commit abef826

Please sign in to comment.