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

Add support for suffix domains in allowed origins in http input plugin #676

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

HeadHunter483
Copy link
Collaborator

@HeadHunter483 HeadHunter483 commented Sep 12, 2024

Description

This pr adds wildcard support in CORS allowed origins in HTTP input plugin.

Only one wildcard per origin is allowed. E.g. http://*.example.com - valid, http://*.example.*.com - invalid.

Fixes #675

@HeadHunter483 HeadHunter483 force-pushed the 675-allowed-origin-suffix branch 2 times, most recently from d9d7af6 to 2f6b6d9 Compare September 12, 2024 14:04
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.

Feature: Support suffix wildcards in HTTP input plugin
3 participants