aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmliframeelement/csp/index.html
blob: b07bf82f455b5a6d95e16e2fdd9d168f74f002cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>