tenfourfox/dom/security/test/csp/file_connect-src-fetch.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
428 B
HTML

<!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>