From b0becc0af03810c2926a4b2b1dd0e973f6aa9593 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sun, 12 Jan 2020 13:47:17 +0100 Subject: [PATCH] Hashes change upon reload is dependent on settings Fixes #425 --- test/audioTest.html | 2 +- test/cspTest.php | 2 +- test/domRectTest.html | 2 +- test/settingsLoading.php | 2 +- test/test.html | 2 +- test/webGL-Test.html | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/audioTest.html b/test/audioTest.html index 9c4663b..de92eab 100644 --- a/test/audioTest.html +++ b/test/audioTest.html @@ -25,7 +25,7 @@
  • the hashes should vary between the sets
  • the "empty" hash should be 95476ffd46d1cd34fe8de83585c325df2b06019c852a5f6445200f57bc954a1b
  • hitting the refresh button should not change the values
  • -
  • reloading the page should change the values (depending on CanvasBlocker settings)
  • +
  • reloading the page should change the values (depending on CanvasBlocker settings - e.g. not in the stealth preset)
  • Tests

    diff --git a/test/cspTest.php b/test/cspTest.php index f7f84f6..4e25b4d 100644 --- a/test/cspTest.php +++ b/test/cspTest.php @@ -16,7 +16,7 @@ header("Content-Security-Policy: default-src 'none'; img-src 'self'; script-src

    Expected result

    Tests

    diff --git a/test/domRectTest.html b/test/domRectTest.html index 640b63c..c1c09d6 100644 --- a/test/domRectTest.html +++ b/test/domRectTest.html @@ -48,7 +48,7 @@

    Tests

    diff --git a/test/settingsLoading.php b/test/settingsLoading.php index e473aba..70cd9b7 100644 --- a/test/settingsLoading.php +++ b/test/settingsLoading.php @@ -40,7 +40,7 @@

    Expected result

    Test

    diff --git a/test/test.html b/test/test.html index 49cb2d8..cb26b0d 100644 --- a/test/test.html +++ b/test/test.html @@ -15,7 +15,7 @@
  • the hash before and after the "/" do not have to match
  • "isPointInPath" may vary between tests
  • if "refresh" is clicked the hash must not change (but "isPointInPath" may)
  • -
  • upon page reload the hash changes
  • +
  • upon page reload the hash changes (depending on CanvasBlocker settings - e.g. not in the stealth preset)
  • Tests

    diff --git a/test/webGL-Test.html b/test/webGL-Test.html index 9882632..8eb131e 100644 --- a/test/webGL-Test.html +++ b/test/webGL-Test.html @@ -11,8 +11,8 @@

    Expected result

    • both webGL versions should be supported (unless you disabled it in the browser settings) - reload if one is showing "not supported"
    • -
    • upon page reload the hashes change
    • -
    • upon page reload some of the parameters change
    • +
    • upon page reload the hashes change (depending on CanvasBlocker settings - e.g. not in the stealth preset)
    • +
    • upon page reload some of the parameters (depending on CanvasBlocker settings - e.g. not in the stealth preset)
    • the "vendor" und "renderer" (also unmasked) parameters reflect the values you chose for them

    Support