blob: 7f337560aef11c7458ab9c24cb3d2b7e906c5c39 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>'X-Content-Type-Options: nosniff;' blocks scripts!</title>
<body>
<script src="/js-test-resources/js-test-pre.js"></script>
<script>
description('Check that script sent with an \'X-Content-Type-Options: nosniff\' header is correctly blocked if no \'Content-Type\' header is present.');
window.jsTestIsAsync = true;
window.scriptsSuccessfullyLoaded = 0;
window.onload = function () {
shouldBe('window.scriptsSuccessfullyLoaded', '0');
finishJSTest();
};
</script>
<script src="./resources/script-with-header.pl"></script>
<script src="/js-test-resources/js-test-post.js"></script>
</body>
</html>