From d79e42d960873fd455c782b568b87704a038b0e4 Mon Sep 17 00:00:00 2001 From: curben Date: Mon, 27 May 2019 11:49:41 +0930 Subject: [PATCH] feat: add Content-Language to HTTP header https://www.w3.org/International/questions/qa-http-and-lang https://www.w3.org/International/questions/qa-text-processing-vs-metadata --- source/_headers | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_headers b/source/_headers index 060e929..c87df0f 100644 --- a/source/_headers +++ b/source/_headers @@ -2,6 +2,7 @@ X-Frame-Options: DENY X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff + Content-Language: en Content-Security-Policy: default-src 'self'; child-src 'none'; connect-src 'none'; font-src 'none'; frame-src 'none'; img-src https: 'self'; manifest-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; script-src https://cdnjs.cloudflare.com 'self'; style-src https://cdnjs.cloudflare.com 'self'; worker-src 'none'; base-uri 'none'; form-action 'none'; block-all-mixed-content; frame-ancestors 'none' Referrer-Policy: no-referrer Strict-Transport-Security: max-age=31536000