Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 90 removed CSP directive 'plugin-types' #10287

Merged
merged 1 commit into from
May 27, 2021
Merged

Chrome 90 removed CSP directive 'plugin-types' #10287

merged 1 commit into from
May 27, 2021

Conversation

bershanskiy
Copy link
Contributor

Chrome 90 removed non-standard CSP directive 'plugin-types' because it is no longer useful after global removal of Adobe Flash. It was used in the past to restrict Flash content loaded in <embed> and <object> tags.

Chrome platform status entry:
https://chromestatus.com/feature/5742693948850176

Other browsers are mirorred from Chrome 90 based on /browsers/.

A checklist to help your pull request get merged faster:

  • Summarize your changes
  • Data: link to resources that verify support information (such as browser's docs, changelogs, source control, bug trackers, and tests)
  • Data: if you tested something, describe how you tested with details like browser and version
  • Review the results of the linter and fix problems reported (If you need help, please ask in a comment!)
  • Link to related issues or pull requests, if any

@github-actions github-actions bot added the data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label May 5, 2021
@@ -817,13 +817,16 @@
"spec_url": "https://www.w3.org/TR/CSP2/#directive-plugin-types",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sideshowbarker @Elchi3 I noticed that the status entry that @bershanskiy linked to points to an issue showing that it has been dropped from the spec. Should I be actively suggesting removing these things?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually dropped this one in #10476

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. I rebased on top of current main to incorporate these changes.

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🎉

@ddbeck ddbeck merged commit 078de81 into mdn:main May 27, 2021
@bershanskiy bershanskiy deleted the csp-plugin-types branch May 27, 2021 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants