diff options
| author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-09-17 20:08:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 20:08:55 +0200 |
| commit | 3518481e9190f19bbf81741704f45cb3c1761758 (patch) | |
| tree | e193ecaaa6409ff76f11d807a00e686e2d51b3a9 /files/fr/web/http/headers/content-security-policy/script-src-attr/index.html | |
| parent | 6eb505d82279a26570d00a4488ccf6d7921d8ec6 (diff) | |
| download | translated-content-3518481e9190f19bbf81741704f45cb3c1761758.tar.gz translated-content-3518481e9190f19bbf81741704f45cb3c1761758.tar.bz2 translated-content-3518481e9190f19bbf81741704f45cb3c1761758.zip | |
Prepare HTTP section for Markdown conversion (#2453)
* Remove summary classes
* Remove hidden blocks
* Remove id when not in headings
* Remove notranslate
* remove unecessary ltr dir
* Remove spans from automatic translation tool copy/paste
* Remove unhandled pe brush for plain text
* make consistent notes
* make consistent warning + rm rfc class
* fix one-offs and images + spans
* fix dls and subsequent oneoff errors
* fix sups
Diffstat (limited to 'files/fr/web/http/headers/content-security-policy/script-src-attr/index.html')
| -rw-r--r-- | files/fr/web/http/headers/content-security-policy/script-src-attr/index.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/files/fr/web/http/headers/content-security-policy/script-src-attr/index.html b/files/fr/web/http/headers/content-security-policy/script-src-attr/index.html index 0701824fd5..d08a6f4e57 100644 --- a/files/fr/web/http/headers/content-security-policy/script-src-attr/index.html +++ b/files/fr/web/http/headers/content-security-policy/script-src-attr/index.html @@ -41,13 +41,13 @@ translation_of: Web/HTTP/Headers/Content-Security-Policy/script-src-attr <p>Une ou plusieurs sources peuvent être autorisées pour cette directive :</p> -<pre class="syntaxbox notranslate">Content-Security-Policy: script-src-attr <source>; +<pre class="syntaxbox">Content-Security-Policy: script-src-attr <source>; Content-Security-Policy: script-src-attr <source> <source>; </pre> <p><code>script-src-attr</code> peut être utilisée conjointement à {{CSP("script-src")}} :</p> -<pre class="syntaxbox notranslate">Content-Security-Policy: script-src <source>; +<pre class="syntaxbox">Content-Security-Policy: script-src <source>; Content-Security-Policy: script-src-attr <source>; </pre> @@ -61,10 +61,6 @@ Content-Security-Policy: script-src-attr <source>; <p>Si la directive <code>script-src-attr</code> est absente, l'agent utilisateur se rabat sur la valeur de la directive {{CSP("script-src")}}, qui elle-même a pour valeur par défaut celle de la directive {{CSP("default-src")}}.</p> -<div class="hidden"> -<p>TODO: Add comprehensive examples.</p> -</div> - <h2 id="Spécifications">Spécifications</h2> <table class="standard-table"> |
