From 3f44eb6be9b0ccbc2577e18206f2a84b608aafc9 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 30 Jul 2021 07:36:55 +0200 Subject: French translation of the HTMLIFrameElement csp reference (#1790) * Initial translation * address various issues from the reviewer --- files/fr/web/api/htmliframeelement/csp/index.html | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/fr/web/api/htmliframeelement/csp/index.html (limited to 'files/fr/web/api') 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' +--- +

{{SeeCompatTable}}{{APIRef("HTML DOM")}}

+ +

La propriété csp de l'interface {{domxref("HTMLIFrameElement")}} spécifie la stratégie de sécurité du contenu (en anglais Content Security Policy (CSP)) qu'un document embarqué doit accepter de respecter.

+ +

Syntaxe

+ +
var csp = HTMLIFrameElement.csp
+HTMLIFrameElement.csp = csp
+ +

Valeur

+ +

Une stratégie de sécurité du contenu.

+ +

Spécifications

+ +

{{Specifications}}

+ +

Compatibilité des navigateurs

+ +

{{Compat}}

-- cgit v1.2.3-54-g00ecf