ipx icon indicating copy to clipboard operation
ipx copied to clipboard

feat: enhance domain validate with regex, support wildcard domain and path validate

Open ausir0726 opened this issue 1 year ago โ€ข 1 comments

๐Ÿ”— Linked issue

  • resolves #149
  • resolves #27

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [x] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

I modified the original simple hostname check to support both hostname and pathname validation, and I also added the capability to use wildcard domain verification. ( use regex )

๐Ÿ“ Checklist

  • [x] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly. This feature has not been documented yet.

ausir0726 avatar Jul 25 '23 07:07 ausir0726

This looks good & certainly a useful addition. If the merge conflicts were addressed & potentially IPX_HTTP_DOMAINS docs updated to mention wildcard support, is there reason not to merge @pi0?

jameswragg avatar Nov 23 '23 11:11 jameswragg