From 8eec381c8fe53302ac8ea309e172a3cc3732d942 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 20 Dec 2021 13:58:58 +0000 Subject: [PATCH] removing duplicated question from the audit --- subjects/ascii-art-web/export-file/audit.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/subjects/ascii-art-web/export-file/audit.md b/subjects/ascii-art-web/export-file/audit.md index a5d4c3b8..b8dd2d2c 100644 --- a/subjects/ascii-art-web/export-file/audit.md +++ b/subjects/ascii-art-web/export-file/audit.md @@ -10,8 +10,6 @@ ###### Are the exported files read and write for the user? -###### Does the site include a link or a button to download the file? - ###### Does the project use the HTTP header [Content-Type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type) to indicate the media type of the resource? ###### Does the project use the HTTP header [Content-Length](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Length) to indicate the size of the entity-body, in bytes, sent to the recipient?