Skip to content

Commit

Permalink
Add test page for global JS leaks (#52)
Browse files Browse the repository at this point in the history
* Page to show leaks in changes to global JS scope

* Add link from home

* Addressing review comments

* Update Safari profile

* Update security/leaks.js

Co-authored-by: Konrad Dzwinel <kdzwinel@gmail.com>

* Add download buttons

* Fix linting

Co-authored-by: Konrad Dzwinel <kdzwinel@gmail.com>
  • Loading branch information
sammacbeth and kdzwinel authored Aug 17, 2021
1 parent c15f871 commit 7dad218
Show file tree
Hide file tree
Showing 9 changed files with 13,231 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h2>Security</h2>
<li><a href="./security/dos-reload.html">Infinite location.reload() loop</a></li>
<li><a href="./security/spoof-js-page-rewrite.html">URL Spoofing - JS page rewrite</a></li>
<li><a href="./security/csp-report/index.html">Leak of extension IDs via CSP</a></li>
<li><a href="./security/js-leaks.html">Detect changes to JS objects in global scope</a></li>
</ul>

<h2>Privacy Protections Tests</h2>
Expand Down
Loading

0 comments on commit 7dad218

Please sign in to comment.