blob: 6de610a302f86f61df933f96f6d1a92a2666a4ee [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<!-- Generated by wpt/upgrade-insecure-requests/support/generate.py -->
<title>Upgrade Insecure Requests: module-worker.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="./support/testharness-helper.sub.js"></script>
<script src="/common/security-features/resources/common.js"></script>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
</head>
<body>
<script>
const tests = generateTests(ResourceType.WORKER, true);
tests.forEach(test => testMap['module-worker'](test));
</script>
</body>
</html>