matomo-org / plugin-Provider

Reports the Internet Service Provider of your visitors as part of your Matomo Analytics
4 stars 6 forks source link

replace using Zend_Validate_Hostname name with filter_var() #4

Closed sgiehl closed 4 years ago

sgiehl commented 4 years ago

Validations in Zend_Validate_Hostname might be more restrictive, but for that usecase filter_var should be enough and maybe also bit faster.