Skip to content
Tags give the ability to mark specific points in history as being important
  • 8.x-1.0-alpha3
    Added hostname trusted check for redirects.
    
    Previously, redirect happened without checking if the hostname is
    trusted. A sanity check to confirm the hostname is trusted prior to
    redirection has now been added.
    
    This can partly be considered as a fix to a security issue.
  • 8.x-1.0-alpha2
    This is the second alpha release of this module.
    
    Changes:
    
    * Added support for link rewriting in addition to redirection.
    * Removed Path Redirect entity type as the functionality is covered by
    the Route Redirect type.
    * Some refactoring of the code. In particular, oved the functionality of
    matching an a DomainRouteRedirect entity into a separate service called
    domain_route_redirect.matcher.
  • 8.x-1.0-alpha1
    2c47f043 · Added composer.json. ·