summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_connect-src-fetch.html
blob: ff9b2f740b46a9385cbcc022d062c7fcc0c8f449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
  <head>
    <title>Bug 1139667 - Test mapping of fetch() to connect-src</title>
  </head>
  <body>
  <script type="text/javascript">

    // Please note that file_testserver.sjs?foo does not return a response.
    // For testing purposes this is not necessary because we only want to check
    // whether CSP allows or blocks the load.
    fetch( "file_testserver.sjs?foo");

  </script>
</body>
</html>