diff options
Diffstat (limited to 'files/fr/web/http/headers/content-security-policy/frame-src/index.html')
-rw-r--r-- | files/fr/web/http/headers/content-security-policy/frame-src/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/http/headers/content-security-policy/frame-src/index.html b/files/fr/web/http/headers/content-security-policy/frame-src/index.html index 34aa799481..e5d7566d81 100644 --- a/files/fr/web/http/headers/content-security-policy/frame-src/index.html +++ b/files/fr/web/http/headers/content-security-policy/frame-src/index.html @@ -39,7 +39,7 @@ translation_of: Web/HTTP/Headers/Content-Security-Policy/frame-src <p>Une ou plusieurs sources peuvent être autorisées pour cette directive :</p> -<pre class="syntaxbox notranslate">Content-Security-Policy: frame-src <source>; +<pre class="syntaxbox">Content-Security-Policy: frame-src <source>; Content-Security-Policy: frame-src <source> <source>; </pre> @@ -53,11 +53,11 @@ Content-Security-Policy: frame-src <source> <source>; <p>Soit cet en-tête CSP :</p> -<pre class="brush: bash notranslate">Content-Security-Policy: frame-src https://example.com/</pre> +<pre class="brush: bash">Content-Security-Policy: frame-src https://example.com/</pre> <p>Cet élément {{HTMLElement("iframe")}} est bloqué et ne se chargera pas :</p> -<pre class="brush: html notranslate"><iframe src="https://not-example.com/"></iframe></pre> +<pre class="brush: html"><iframe src="https://not-example.com/"></iframe></pre> <h2 id="Spécifications">Spécifications</h2> |