aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmliframeelement/csp/index.md
blob: d435b7918a2f236b22a478fa96ac5da24ca9b3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: HTMLIFrameElement.csp
slug: Web/API/HTMLIFrameElement/csp
translation_of: HTMLIFrameElement.csp
browser-compat: api.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 <i lang="en">Content Security Policy (CSP)</i>)](/fr/docs/Web/HTTP/CSP) qu'un document embarqué doit accepter de respecter.

## Syntaxe

```js
var csp = HTMLIFrameElement.csp
HTMLIFrameElement.csp = csp
```

### Valeur

Une [stratégie de sécurité du contenu](https://w3c.github.io/webappsec-cspee/#dom-htmliframeelement-csp).

## Spécifications

{{Specifications}}

## Compatibilité des navigateurs

{{Compat}}