Skip to content
  • Peter Simonyi's avatar
    evo-I#2720 - Add e_util_host_is_in_domain helper · 190f17f7
    Peter Simonyi authored and Milan Crha's avatar Milan Crha committed
    Several places across the project check whether a given hostname is a
    (sub)domain of a specific domain name, usually to check whether the
    service is run by a given provider.  Some of the checks are not strict
    enough.
    
    Provide a function to do the check correctly, and switch existing checks
    to use this function.
    
    Related to evolution#2720
    190f17f7