1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Hashes change upon reload is dependent on settings

Fixes #425
This commit is contained in:
kkapsner 2020-01-12 13:47:17 +01:00
parent 417b234a26
commit b0becc0af0
6 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ header("Content-Security-Policy: default-src 'none'; img-src 'self'; script-src
<h2>Expected result</h2>
<ul>
<li>if the window API protection is active the window name at start is always empty</li>
<li>the canvas hash changes upon reload</li>
<li>the canvas hash changes upon reload (depending on CanvasBlocker settings - e.g. not in the stealth preset)</li>
</ul>
<h2>Tests</h2>
<div id="results"></div>