aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmliframeelement/csp/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/htmliframeelement/csp/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/htmliframeelement/csp/index.html')
-rw-r--r--files/fr/web/api/htmliframeelement/csp/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/files/fr/web/api/htmliframeelement/csp/index.html b/files/fr/web/api/htmliframeelement/csp/index.html
deleted file mode 100644
index b07bf82f45..0000000000
--- a/files/fr/web/api/htmliframeelement/csp/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-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>