mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
14b4bd8ac6
For #390
26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test pages</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<link href="testIcon.svg" type="image/png" rel="icon">
|
|
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
|
|
</head>
|
|
<body>
|
|
<h1>Test pages for CanvasBlocker</h1>
|
|
<div>
|
|
The "Expected result" in each test page apply to the default settings of CanvasBlocker if not stated otherwise. If you get different results and do not understand why you may open an issue at <a href="https://github.com/kkapsner/CanvasBlocker/issues">https://github.com/kkapsner/CanvasBlocker/issues</a>. Do not forget to post your settings within the issue.
|
|
</div>
|
|
<ul>
|
|
<li><a href="test.html">Fingerprinting test</a></li>
|
|
<li><a href="dataUrlTest.php">Data-URL test</a></li>
|
|
<li><a href="audioTest.html">Audio Fingerprint test</a></li>
|
|
<li><a href="domRectTest.html">DOMRect Fingerprint test</a></li>
|
|
<li><a href="detectionTest.html">Detection test</a></li>
|
|
<li><a href="performanceTest.html">Performance test</a></li>
|
|
<li><a href="webGL-Test.html">Support for webGL</a></li>
|
|
<li><a href="navigatorTest.php">Navigator test</a></li>
|
|
<li><a href="settingsLoading.php">Settings loading</a></li>
|
|
<li><a href="iframeTest.html">Iframe protection</a></li>
|
|
</ul>
|
|
</body></html> |