diff options
Diffstat (limited to 'files/fr/web/http/headers/content-security-policy/prefetch-src/index.html')
| -rw-r--r-- | files/fr/web/http/headers/content-security-policy/prefetch-src/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/http/headers/content-security-policy/prefetch-src/index.html b/files/fr/web/http/headers/content-security-policy/prefetch-src/index.html index 81d2f5f0fa..62abcf4068 100644 --- a/files/fr/web/http/headers/content-security-policy/prefetch-src/index.html +++ b/files/fr/web/http/headers/content-security-policy/prefetch-src/index.html @@ -36,7 +36,7 @@ translation_of: Web/HTTP/Headers/Content-Security-Policy/prefetch-src <p>Une ou plusieurs sources peuvent être autorisées pour cette directive :</p> -<pre class="syntaxbox notranslate">Content-Security-Policy: prefetch-src <source>; +<pre class="syntaxbox">Content-Security-Policy: prefetch-src <source>; Content-Security-Policy: prefetch-src <source> <source>; </pre> @@ -50,12 +50,12 @@ Content-Security-Policy: prefetch-src <source> <source>; <p>Soit cet en-tête CSP :</p> -<pre class="notranslate">Content-Security-Policy: prefetch-src https://example.com/ +<pre>Content-Security-Policy: prefetch-src https://example.com/ </pre> <p>Les requêtes émises par ce code généreront des erreurs de réseau puisque les URL demandées ne correspondant pas à la liste de permissions de la directive <code>prefetch-src</code> :</p> -<pre class="notranslate"><link rel="prefetch" src="https://example.org/"></link> +<pre><link rel="prefetch" src="https://example.org/"></link> <link rel="prerender" src="https://example.org/"></link></pre> <h2 id="Spécification">Spécification</h2> |
