1. 20 Dec, 2023 3 commits
    • Kirill Smelkov's avatar
      . · 2e408402
      Kirill Smelkov authored
      2e408402
    • Kirill Smelkov's avatar
      Merge branch 'master' into x/lte-multiru · 06451f73
      Kirill Smelkov authored
      * master:
        software/rapid-cdn: avoid RegExp to validate hostnames
      06451f73
    • Titouan Soulard's avatar
      software/rapid-cdn: avoid RegExp to validate hostnames · 11336190
      Titouan Soulard authored
      Using RegExp to validate hostnames is a bad practice, and has a lot of reasons to be wrong.
      On top of that, the JSON Schema specification allows, since draft 7, to validate hostnames
      against an IDN hostname, by using the `idn-hostname` format.
      
      With these changes, IDN are now supported (.рф and .中國 for instance), and long TLD
      should not be a problem anymore.
      11336190
  2. 19 Dec, 2023 3 commits
  3. 18 Dec, 2023 9 commits
  4. 17 Dec, 2023 9 commits
  5. 16 Dec, 2023 16 commits