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

Docs: Update cors match regex example: #2152

Merged
merged 2 commits into from
Nov 24, 2022
Merged

Conversation

o0Ignition0o
Copy link
Contributor

fixes #2151

The docs match regex example was wrong, it was missing ^ at the beginning and $ at the end. $ marks the end of a string, which could be a safety issue.

fixes #2151

The docs match regex example was wrong, it was missing ^ at the beginning and $ at the end. `$` marks the end of a string, which could be a safety issue.
@o0Ignition0o o0Ignition0o self-assigned this Nov 24, 2022
@github-actions

This comment has been minimized.

@o0Ignition0o o0Ignition0o enabled auto-merge (squash) November 24, 2022 11:20
@o0Ignition0o o0Ignition0o merged commit c1569e8 into dev Nov 24, 2022
@o0Ignition0o o0Ignition0o deleted the igni/cors_match_example branch November 24, 2022 11:32
o0Ignition0o added a commit that referenced this pull request Nov 25, 2022
fixes #2151

The docs match regex example was wrong, it was missing ^ at the
beginning and $ at the end. `$` marks the end of a string, which could
be a safety issue.
garypen pushed a commit that referenced this pull request Nov 30, 2022
fixes #2151

The docs match regex example was wrong, it was missing ^ at the
beginning and $ at the end. `$` marks the end of a string, which could
be a safety issue.
@BrynCooke BrynCooke added this to the v1.5.0 milestone Dec 3, 2022
@garypen garypen added this to the v1.5.0 milestone Dec 5, 2022
@BrynCooke BrynCooke modified the milestone: v1.5.0 Dec 5, 2022
@BrynCooke BrynCooke mentioned this pull request Dec 5, 2022
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.

Docs: Update cors match regex format
3 participants