Skip to content

Commit

Permalink
Deprecate CSP plugin-types directive
Browse files Browse the repository at this point in the history
w3c/webappsec-csp@e9895ed
(w3c/webappsec-csp#394) completely removed the
plugin-types directive from the CSP spec. So this patch marks it
deprecated:true and standard_track:false.
  • Loading branch information
sideshowbarker committed Feb 24, 2021
1 parent 36822f5 commit d5fa20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/headers/content-security-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down

0 comments on commit d5fa20e

Please sign in to comment.