- Issue created by @drebollar
- Merge request !5Secure the handling of variables when sending null parameters β (Open) created by Unnamed author
- πͺπΈSpain drebollar
drebollar β changed the visibility of the branch 3524600-domain-microsite.module-generates to hidden.
- π¬π§United Kingdom Driskell
It would be good to also remove the static storage and instead store as a request attribute or similar. It would simplify this code as well as you can simply check for a current request before processing - as most often this occurs because there is a config load prior to request processing (which triggers the domain config override which loads the domain).
Because this needs getUrl which needs an active request - it likely best to just ignore if not request - and then cache on the same request object.