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

Make domain regex more specific #35396

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Make domain regex more specific #35396

merged 1 commit into from
Nov 19, 2024

Conversation

MartinRiese
Copy link
Contributor

@MartinRiese MartinRiese commented Nov 19, 2024

Product Description

  • only match urls that have /a/ in them
  • domain names can only be 25 characters long
  • domain names cannot have spaces or slashes in them. so make the
    group more specific

Technical Summary

https://dimagi.atlassian.net/browse/SAAS-16188

Feature Flag

None

Safety Assurance

tested locally

Safety story

Automated test coverage

QA Plan

Rollback instructions

  • This PR can be reverted after deploy with no further considerations

Labels & Review

  • Risk label is set correctly
  • The set of people pinged as reviewers is appropriate for the level of risk of the change

* only match urls that have /a/ in them
* domain names can only be 25 characters long
* domain names cannot have spaces or slashes in them. so make the
  group more specific
@MartinRiese MartinRiese marked this pull request as ready for review November 19, 2024 19:07
@MartinRiese MartinRiese merged commit 9b91f10 into master Nov 19, 2024
13 checks passed
@MartinRiese MartinRiese deleted the riese/regex_domain branch November 19, 2024 21:24
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.

3 participants