Skip to content

Docs: Update cors match regex example:#2152

Merged
o0Ignition0o merged 2 commits intodevfrom
igni/cors_match_example
Nov 24, 2022
Merged

Docs: Update cors match regex example:#2152
o0Ignition0o merged 2 commits intodevfrom
igni/cors_match_example

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