From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/htmliframeelement/csp/index.html | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 files/fr/web/api/htmliframeelement/csp/index.html (limited to 'files/fr/web/api/htmliframeelement/csp/index.html') 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' ---- -

{{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