Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec content-security-policy/` -->
<html>
<head>
<meta charset="utf-8">
<meta name="timeout" content="long">
<meta http-equiv="Content-Security-Policy" content="script-src * 'unsafe-inline'">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
[
{
"expectation": "allowed",
"origin": "cross-https",
"redirection": "keep-origin",
"source_context_list": [],
"source_scheme": "https",
"subresource": "script-tag",
"subresource_policy_deliveries": [],
"test_description": "Content Security Policy: Expects allowed for script-tag to cross-https origin and keep-origin redirection from https context."
},
{
"expectation": "allowed",
"origin": "cross-https",
"redirection": "no-redirect",
"source_context_list": [],
"source_scheme": "https",
"subresource": "script-tag",
"subresource_policy_deliveries": [],
"test_description": "Content Security Policy: Expects allowed for script-tag to cross-https origin and no-redirect redirection from https context."
},
{
"expectation": "allowed",
"origin": "cross-https",
"redirection": "swap-origin",
"source_context_list": [],
"source_scheme": "https",
"subresource": "script-tag",
"subresource_policy_deliveries": [],
"test_description": "Content Security Policy: Expects allowed for script-tag to cross-https origin and swap-origin redirection from https context."
},
{
"expectation": "allowed",
"origin": "same-https",
"redirection": "keep-origin",
"source_context_list": [],
"source_scheme": "https",
"subresource": "script-tag",
"subresource_policy_deliveries": [],
"test_description": "Content Security Policy: Expects allowed for script-tag to same-https origin and keep-origin redirection from https context."
},
{
"expectation": "allowed",
"origin": "same-https",
"redirection": "no-redirect",
"source_context_list": [],
"source_scheme": "https",
"subresource": "script-tag",
"subresource_policy_deliveries": [],
"test_description": "Content Security Policy: Expects allowed for script-tag to same-https origin and no-redirect redirection from https context."
},
{
"expectation": "allowed",
"origin": "same-https",
"redirection": "swap-origin",
"source_context_list": [],
"source_scheme": "https",
"subresource": "script-tag",
"subresource_policy_deliveries": [],
"test_description": "Content Security Policy: Expects allowed for script-tag to same-https origin and swap-origin redirection from https context."
}
],
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>