mirror of
https://github.com/servo/servo.git
synced 2025-07-10 17:03:40 +01:00
19 lines
649 B
HTML
19 lines
649 B
HTML
<!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 = generateModuleImportTests(ResourceType.WORKER, true);
|
|
tests.forEach(test => testMap['module-worker'](test));
|
|
</script>
|
|
</body>
|
|
</html>
|