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

Clarify tokens in various challenges. #216

Merged
merged 1 commit into from
Aug 7, 2015
Merged

Clarify tokens in various challenges. #216

merged 1 commit into from
Aug 7, 2015

Conversation

jsha
Copy link
Collaborator

@jsha jsha commented Aug 7, 2015

Copies the language from the DNS challenge to the other challenges (characters must be in Base64 URL-safe set). This is particularly helpful for SimpleHTTP since it prohibits '/' and '.' in tokens, which wind up used in path names.

Fixes some tokens with characters outside the URL-safe base64 set, and fixes one
token that was randomly different from the other example tokens.

Fixes trailing commas in JSON.

Use same language for each, which is particularly helpful for SimpleHTTP since
it prohibits '/' and '.' in tokens, which wind up used in path names.

Fixes some tokens with characters outside the URL-safe base64 set, and fixes one
token that was randomly different from the example tokens.

Fixes trailing commas in JSON.
bifurcation added a commit that referenced this pull request Aug 7, 2015
Clarify tokens in various challenges.
@bifurcation bifurcation merged commit e104691 into master Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants