Release 2099
Trello card
Context
Using the default value for the Google Analytics cookies domain includes a leading dot (.schoolexperience.education.gov.uk) which doesn't match the other cookies. Instead, use document.location.hostname.
Changes proposed in this pull request
- Use
document.location.hostnamefor Google Analytics cookies domain
