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 ----------------------- files/fr/web/api/htmliframeelement/csp/index.md | 26 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 files/fr/web/api/htmliframeelement/csp/index.html create mode 100644 files/fr/web/api/htmliframeelement/csp/index.md (limited to 'files/fr/web/api/htmliframeelement/csp') 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}}

diff --git a/files/fr/web/api/htmliframeelement/csp/index.md b/files/fr/web/api/htmliframeelement/csp/index.md new file mode 100644 index 0000000000..b07bf82f45 --- /dev/null +++ b/files/fr/web/api/htmliframeelement/csp/index.md @@ -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