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

[WIP] Fix #68 : integrity for downloads #78

Closed
wants to merge 1 commit into from

Conversation

tdelmas
Copy link

@tdelmas tdelmas commented Mar 30, 2018

Add the integrity check for a and area elements with the download attribute.

It doesn't impact a and area elements without the download attribute.

Know issues with that proposal:

  • It doesn't define the behavior of the crossorigin attribute
  • It doesn't explains how to handle "open in a new tab/window" actions on links: should the user agent download it the same tab or can the user perform integrity check on new tab/window?

Preview | Diff

Add the integrity check for `a` and `area`  elements with the download attribute.

It doesn't impact  `a` and `area`  elements without the download attribute.

Know issues with that proposal:
- It doesn't define the behavior of the `crossorigin` attribute
- It doesn't explains how to handle "open in a new tab/window" actions on links: should the user agent download it the same tab or can the user perform integrity check on new tab/window?
@tdelmas tdelmas closed this May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant