v6.3.7
Updated the code for parsing the referer URL in FrontendPageController to provide a default value. This prevents potential errors if the 'referer' header does not exist in the request. The fall-back value is root ('/'), ensuring that the parse_url function always has a valid URL to parse.