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