diff --git a/content-security-policy/blob/frame-src-blob-matches-blob.sub.html b/content-security-policy/blob/frame-src-blob-matches-blob.sub.html new file mode 100644 index 00000000000000..0dbc89bdd59361 --- /dev/null +++ b/content-security-policy/blob/frame-src-blob-matches-blob.sub.html @@ -0,0 +1,36 @@ + + + +
+ ++ blob: URLs should match if the blob: scheme is explicitly specified in the frame-src directive. +
+ + + + + diff --git a/content-security-policy/blob/frame-src-self-does-not-match-blob.sub.html b/content-security-policy/blob/frame-src-self-does-not-match-blob.sub.html new file mode 100644 index 00000000000000..fc54910644c122 --- /dev/null +++ b/content-security-policy/blob/frame-src-self-does-not-match-blob.sub.html @@ -0,0 +1,33 @@ + + + + + ++ blob: URLs should not match the 'self' source in a frame-src directive because blob: is a non-HTTP(S) scheme that must be explicitly listed. +
+ + + + +