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

fix: network filter ending with right hat recognized as regex #3871

Closed

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    d2ccadd View commit details
    Browse the repository at this point in the history
  2. fix: checkIsRegex

    seia-soto committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f615515 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    283f7bb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    6cab195 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. feat: use tldts for hostname validation and revert optimisation

    The caret symbol is used to match the start and end of the given pattern. The leading asterisk symbol is effective without explicitly having it. Therefore, removing the leading asterisk is an effective optimisation.
    seia-soto committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    850119c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f045d8 View commit details
    Browse the repository at this point in the history