diff options
author | Jb Audras <audrasjb@gmail.com> | 2021-07-30 07:36:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 07:36:55 +0200 |
commit | 3f44eb6be9b0ccbc2577e18206f2a84b608aafc9 (patch) | |
tree | ad4df76aa6b1ad6eb48e6cb221b889014b07530b /files/fr | |
parent | 7cdb8c2b7a1c5723942504a7ab93b7c108cd0510 (diff) | |
download | translated-content-3f44eb6be9b0ccbc2577e18206f2a84b608aafc9.tar.gz translated-content-3f44eb6be9b0ccbc2577e18206f2a84b608aafc9.tar.bz2 translated-content-3f44eb6be9b0ccbc2577e18206f2a84b608aafc9.zip |
French translation of the HTMLIFrameElement csp reference (#1790)
* Initial translation
* address various issues from the reviewer
Diffstat (limited to 'files/fr')
-rw-r--r-- | files/fr/web/api/htmliframeelement/csp/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/fr/web/api/htmliframeelement/csp/index.html b/files/fr/web/api/htmliframeelement/csp/index.html new file mode 100644 index 0000000000..f8a625f5ae --- /dev/null +++ b/files/fr/web/api/htmliframeelement/csp/index.html @@ -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" class="external">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> |