diff options
Diffstat (limited to 'files/fr/web/api/htmliframeelement/csp/index.md')
-rw-r--r-- | files/fr/web/api/htmliframeelement/csp/index.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/fr/web/api/htmliframeelement/csp/index.md b/files/fr/web/api/htmliframeelement/csp/index.md new file mode 100644 index 0000000000..b07bf82f45 --- /dev/null +++ b/files/fr/web/api/htmliframeelement/csp/index.md @@ -0,0 +1,26 @@ +--- +title: HTMLIFrameElement.csp +slug: Web/API/HTMLIFrameElement/csp +browser-compat: api.HTMLIFrameElement.csp +translation_of: 'HTMLIFrameElement.csp' +--- +<p>{{SeeCompatTable}}{{APIRef("HTML DOM")}}</p> + +<p>La propriété <strong><code>csp</code></strong> de l'interface {{domxref("HTMLIFrameElement")}} spécifie la <a href="/fr/docs/Web/HTTP/CSP">stratégie de sécurité du contenu (en anglais <i lang="en">Content Security Policy (CSP)</i>)</a> qu'un document embarqué doit accepter de respecter.</p> + +<h2 id="syntax">Syntaxe</h2> + +<pre class="brush: js">var <em>csp</em> = HTMLIFrameElement.csp +HTMLIFrameElement.csp = <em>csp</em></pre> + +<h3 id="value">Valeur</h3> + +<p>Une <a href="https://w3c.github.io/webappsec-cspee/#dom-htmliframeelement-csp">stratégie de sécurité du contenu</a>.</p> + +<h2 id="specifications">Spécifications</h2> + +<p>{{Specifications}}</p> + +<h2 id="browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat}}</p> |