Skip to content

Commit

Permalink
Update app scheme target to spreadprivacy. (#194)
Browse files Browse the repository at this point in the history
duckduckgo.com has too frequent updates/experiments that affect our test assertions.
  • Loading branch information
not-a-rootkit authored Apr 12, 2024
1 parent 937b1a2 commit 82b00b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/address-bar-spoofing/spoof-application-scheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<p><a href="./index.html">[Back]</a></p>
This test uses an unsupported application scheme and a href target to trick the browser into displaying the href
target as the current address bar value, while actually navigating to an attacker controlled page.
<a id="run" href="https://duckduckgo.com:" target="aa" onclick="setTimeout('run()',100)">
<a id="run" href="https://spreadprivacy.com:" target="aa" onclick="setTimeout('run()',100)">
<h1>Start</h1>
</a>
</body>

</html>
</html>

0 comments on commit 82b00b4

Please sign in to comment.