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

Use “hash-algorithm” name (not old CSP2 “hash-algo” name) #463

Merged

Conversation

sideshowbarker
Copy link
Contributor

@sideshowbarker sideshowbarker commented Feb 18, 2021

Fixes #418


Preview | Diff

@sideshowbarker sideshowbarker changed the title Use “hash-algorithm” production name (not old CSP2 “hash-algo” production name) Use “hash-algorithm” production name (not old CSP2 “hash-algo” name) Feb 18, 2021
Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

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

You'll need to run make.

index.src.html Outdated
@@ -3912,8 +3912,8 @@ <h5 algorithm id="script-pre-request">

1. If |directive|'s <a for="directive">value</a> does not
contain a <a>source expression</a> whose
<a grammar>hash-algorithm</a> is a <a>case-sensitive</a> match
for |source|'s `hash-algo` component, and whose
<a grammar>hash-algorithm</a> is an <a>case-sensitive</a> match
Copy link
Member

Choose a reason for hiding this comment

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

Why would this be "an"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why would this be "an"?

Shouldn’t be — should be “a” (it ended up as “an” because I had initially also changed “case-sensitive” to “ASCII case-insensitive” in this patch — before ending up deciding to split that part out into a separate patch). Fixed now

@sideshowbarker sideshowbarker force-pushed the sideshowbarker/hash-algorithm-production-name-fix branch from 3284a8a to 89e8195 Compare February 18, 2021 07:47
@sideshowbarker
Copy link
Contributor Author

You'll need to run make.

will do after

@sideshowbarker sideshowbarker changed the title Use “hash-algorithm” production name (not old CSP2 “hash-algo” name) Use “hash-algorithm” name (not old CSP2 “hash-algo” name) Feb 18, 2021
@sideshowbarker sideshowbarker merged commit 90b9cd6 into main Feb 18, 2021
@sideshowbarker sideshowbarker deleted the sideshowbarker/hash-algorithm-production-name-fix branch February 18, 2021 07:59
@mikewest
Copy link
Member

LGTM2.

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.

hash-algo
3 participants