Skip to content

Commit

Permalink
Drop CSP plugin-types spec reference & deprecate (#2643)
Browse files Browse the repository at this point in the history
* Push the “fixable flaws” button

* Drop CSP plugin-types spec reference & deprecate

w3c/webappsec-csp#394 completely removed the
plugin-types directive from the CSP spec. So it’s now deprecated and no
longer part of any current spec.
  • Loading branch information
barhenthv authored Feb 24, 2021
1 parent 533830a commit d2c749b
Showing 1 changed file with 11 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
<div>{{HTTPSidebar}}</div>
<div>{{HTTPSidebar}}{{deprecated_header}}</div>

<p>The HTTP {{HTTPHeader("Content-Security-Policy")}} (CSP)
<code><strong>plugin-types</strong></code> directive restricts the set of plugins that
Expand Down Expand Up @@ -58,7 +58,7 @@ <h2 id="Syntax">Syntax</h2>
<dl>
<dt>&lt;type&gt;/&lt;subtype&gt;</dt>
<dd>A valid <a
href="/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types">MIME
href="/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types">MIME
type</a>.</dd>
</dl>

Expand Down Expand Up @@ -104,11 +104,6 @@ <h2 id="Specifications">Specifications</h2>
</tr>
</thead>
<tbody>
<tr>
<td>{{specName("CSP 3.0", "#directive-plugin-types", "plugin-types")}}</td>
<td>{{Spec2('CSP 3.0')}}</td>
<td>No changes.</td>
</tr>
<tr>
<td>{{specName("CSP 1.1", "#directive-plugin-types", "plugin-types")}}</td>
<td>{{Spec2('CSP 1.1')}}</td>
Expand Down

0 comments on commit d2c749b

Please sign in to comment.