Skip to content

Commit 17059db

Browse files
jdmservo-wpt-sync
authored andcommitted
chore: Upstream test for CSP headers in image documents.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
1 parent ca3b40b commit 17059db

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<title>CSP header ignored for image document</title>
4+
<link rel="help" href="https://github.com/servo/servo/issues/38180">
5+
<link rel='match' href='image_document_ignores_csp_ref.html'>
6+
<link rel="author" title="Josh Matthews" href="mailto:josh@joshmatthews.net">
7+
<iframe src="../support/pass3.png">
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<iframe src="../support/pass.png">
1.65 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Content-Security-Policy: default-src 'none'

0 commit comments

Comments
 (0)