From 1516589a7e2abde87a808d349bc141c9cfde3e32 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 24 Feb 2021 17:20:56 +0900 Subject: [PATCH] Drop CSP plugin-types spec reference & deprecate (#2643) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Push the “fixable flaws” button * Drop CSP plugin-types spec reference & deprecate https://github.com/w3c/webappsec-csp/issues/394 completely removed the plugin-types directive from the CSP spec. So it’s now deprecated and no longer part of any current spec. --- .../plugin-types/index.html | 27 ++++++++----------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/files/en-us/web/http/headers/content-security-policy/plugin-types/index.html b/files/en-us/web/http/headers/content-security-policy/plugin-types/index.html index 35c9f5775308cc7..c8e9f4e3ba184c7 100644 --- a/files/en-us/web/http/headers/content-security-policy/plugin-types/index.html +++ b/files/en-us/web/http/headers/content-security-policy/plugin-types/index.html @@ -2,17 +2,17 @@ title: 'CSP: plugin-types' slug: Web/HTTP/Headers/Content-Security-Policy/plugin-types tags: -- CSP -- Content-Security-Policy -- Directive -- Flash -- HTTP -- Java -- Plugin -- Plugins -- Security + - CSP + - Content-Security-Policy + - Directive + - Flash + - HTTP + - Java + - Plugin + - Plugins + - Security --- -
{{HTTPSidebar}}
+
{{HTTPSidebar}}{{deprecated_header}}

The HTTP {{HTTPHeader("Content-Security-Policy")}} (CSP) plugin-types directive restricts the set of plugins that @@ -58,7 +58,7 @@

Syntax

<type>/<subtype>
A valid MIME + href="/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types">MIME type.
@@ -104,11 +104,6 @@

Specifications

- - {{specName("CSP 3.0", "#directive-plugin-types", "plugin-types")}} - {{Spec2('CSP 3.0')}} - No changes. - {{specName("CSP 1.1", "#directive-plugin-types", "plugin-types")}} {{Spec2('CSP 1.1')}}