HubL/Hubspot should always pass window.top.location as a variable when it injects an iframe
CORS restrictions (?) mean that the variable {{ request.referrer }} doesn't return the full page path — it gives something like "https://website.com" instead.
When Hubspot injects an iframe (for example, in the CTA Beta), it would be useful to be able to access the URL of the parent frame from within the iframe itself.