From 3518481e9190f19bbf81741704f45cb3c1761758 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Fri, 17 Sep 2021 20:08:55 +0200 Subject: 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 --- .../http/headers/content-security-policy/manifest-src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/fr/web/http/headers/content-security-policy/manifest-src') 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

Une ou plusieurs sources peuvent être autorisées pour cette directive :

-
Content-Security-Policy: manifest-src <source>;
+
Content-Security-Policy: manifest-src <source>;
 Content-Security-Policy: manifest-src <source> <source>;
 
@@ -53,11 +53,11 @@ Content-Security-Policy: manifest-src <source> <source>;

Soit cet en-tête CSP :

-
Content-Security-Policy: manifest-src https://example.com/
+
Content-Security-Policy: manifest-src https://example.com/

Cet élément {{HTMLElement("link")}} sera bloqué et ne se chargera pas :

-
<link rel="manifest" href="https://not-example.com/manifest">
+
<link rel="manifest" href="https://not-example.com/manifest">

Spécifications

-- cgit v1.2.3-54-g00ecf