From 034b74f587d8a74854d4a02cf0927e6e09562cce Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:50:49 -0500 Subject: Minor update for fr X-Frame-Options and (#3687) * Minor update for fr X-Frame-Options and * Nitpicking Co-authored-by: julieng --- files/fr/web/http/headers/x-frame-options/index.md | 95 ++++++++++++---------- 1 file changed, 53 insertions(+), 42 deletions(-) (limited to 'files/fr/web/http') diff --git a/files/fr/web/http/headers/x-frame-options/index.md b/files/fr/web/http/headers/x-frame-options/index.md index 7f47590b01..94dc2f5f0c 100644 --- a/files/fr/web/http/headers/x-frame-options/index.md +++ b/files/fr/web/http/headers/x-frame-options/index.md @@ -1,30 +1,26 @@ --- title: X-Frame-Options slug: Web/HTTP/Headers/X-Frame-Options -tags: - - HTTP - - Réponse - - Sécurité - - en-tête translation_of: Web/HTTP/Headers/X-Frame-Options +browser-compat: http.headers.X-Frame-Options --- {{HTTPSidebar}} -L'en-tête de réponse [HTTP](/fr/docs/Web/HTTP) **`X-Frame-Options`** peut être utilisé afin d'indiquer si un navigateur devrait être autorisé à afficher une page au sein d'un élément {{HTMLElement("frame")}}, {{HTMLElement("iframe")}}, {{HTMLElement("embed")}} ou {{HTMLElement("object")}}. Les sites peuvent utiliser cet en-tête afin d'éviter les attaques de _{{interwiki("wikipedia", "clickjacking")}}_ pour s'assurer que leur contenu ne soit pas embarqués dans d'autres sites. +L'en-tête de réponse [HTTP](/fr/docs/Web/HTTP) **`X-Frame-Options`** peut être utilisé afin d'indiquer si un navigateur devrait être autorisé à afficher une page au sein d'un élément [``](/fr/docs/Web/HTML/Element/frame), [`