tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fetch-canvas-tainting-image-cache.https.html (573B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Service Worker: canvas tainting of the fetched image using cached responses</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script src="/common/get-host-info.sub.js"></script>
      7 <script src="resources/test-helpers.sub.js?pipe=sub"></script>
      8 <script src="resources/fetch-canvas-tainting-tests.js"></script>
      9 <body>
     10 <script>
     11 do_canvas_tainting_tests({
     12  resource_path: base_path() + 'resources/fetch-access-control.py?PNGIMAGE',
     13  cache: true
     14 });
     15 </script>
     16 </body>