From 5064a629f22bef29839ab4dc6f1ceef17f010bc5 Mon Sep 17 00:00:00 2001 From: Mike West Date: Thu, 3 Sep 2015 09:57:59 +0200 Subject: [PATCH] Fix #88: add the 'Content-Security-Policy' pragma directive Content Security Policy defines a new value for the element's 'http-equiv' content attribute[1]. This patch integrates that definition into HTML. [1]: https://w3c.github.io/webappsec/specs/content-security-policy/#delivery-html-meta-element --- source | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/source b/source index 972dacf045c..4a6f1af0a5d 100644 --- a/source +++ b/source @@ -3459,6 +3459,27 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d + +
Content Security Policy
+ +
+ +

The following terms are defined in Content Security Policy:

+ + + +
+

This specification does not require support of any particular network protocol, style @@ -14132,6 +14153,10 @@ gave me some of the songs they wrote. I love sharing my music.</p> X-UA-Compatible x-ua-compatible + + Content security policy + Content-Security-Policy +