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

Improve stripWWW logic #117

Merged
merged 3 commits into from
Aug 2, 2020

Commits on Jul 31, 2020

  1. Improves stripWWW related regex ...

    * Supports TLDs up to 63 characters like other DNS labels. There are existing TLDs that are at least 25 characters long.
    * Supports single character domains
    * Supports internationalized TLDs (requires allowing for "-" and numeric characters in the TLD): https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Internationalized_country_code_top-level_domains
    gcox committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9119803 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Cleans up stripWWW test

    gcox committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    a4a9a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7e9f8 View commit details
    Browse the repository at this point in the history