{"version":3,"file":"component---src-pages-cookie-policy-mdx-11b9253c003ae04ed997.js","mappings":"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","sources":["webpack://gatsby-starter-hello-world/./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","webpack://gatsby-starter-hello-world/./src/components/mdxLayout.tsx","webpack://gatsby-starter-hello-world/./src/components/Cookies.tsx","webpack://gatsby-starter-hello-world/./src/pages/cookie-policy.mdx"],"sourcesContent":["export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}","import { GatsbySeo } from 'gatsby-plugin-next-seo'\n\nconst MdxLayout = ({ pageContext, children }) => (\n <>\n {pageContext.frontmatter.title}
Cookie | \nName | \nExpiry | \nPurpose | \n
---|---|---|---|
Cookie preference | \ncookieConsent | \n1 year | \n\n This cookie is used to remember a user’s choice about cookies on our website. Where users have previously\n indicated a preference, that user’s preference will be stored in this cookie.\n | \n
YouTube | \n\n CONSENT \n PREF \n VSC \n VISITOR_INFO1_LIVE \n remote_sid\n | \n \n 2 years \n 8 months \n Session \n 8 months \n Session\n | \n \n We embed videos from YouTube using YouTube’s privacy-enhanced mode. This mode may set cookies on your\n computer once you click on the YouTube video player, but YouTube will not store personally-identifiable\n cookie information for playbacks of embedded videos using the privacy-enhanced mode. Read more at YouTube’s\n embedding videos{' '}\n \n information page\n \n .\n | \n
Stripe | \n\n _stripe_mid\n \n _stripe_sid\n m\n | \n \n 1 year \n 1 year 2 years\n | \n \n These cookies are necessary for making payment card transactions on our website. The service is provided by\n Stripe.com which allows online transactions without storing any payment card information. You can read more\n about how Stripe use cookies{' '}\n \n here\n \n .\n | \n
Universal Analytics (Google) | \n\n _ga\n \n _gat\n \n _gid\n \n _gat\n \n _gtag_[ID of website]\n | \n \n 2 years\n 1 minute\n Session\n 2 years\n | \n \n These cookies are used to collect information about how visitors use our website. We use the information to\n help us improve the website, track the performance of our advertising campaigns on Google and target\n advertising to Google users. The cookies collect information in a way that does not directly identify\n anyone, including the number of visitors to the website, where visitors have come to the website from\n (including ads), the pages they visited and the products they have purchased. Read Google's overview of{' '}\n \n privacy and safeguarding data\n \n .\n | \n
Bing (Microsoft) | \n\n _uetsid\n _uetvid\n muid\n | \n \n 1 day\n 1 year\n 1 year\n | \n \n These cookies are used by Bing to track visits across websites. This data is used to track purchases from\n advertising on Bing and to remarket Bing adverts at our visitors. You can find out more about how Bing uses\n cookies{' '}\n \n here\n \n .\n | \n
Facebook (Meta) | \n_fbp | \n3 months | \n\n This cookie is used by Facebook to track visits across websites. This data is used to track purchases from\n advertising on Facebook and to remarket Facebook adverts at our visitors of our site. You can{' '}\n \n find out more\n {' '}\n about how Facebook uses cookies.\n | \n
Zendesk | \n\n _cf_bm\n \n _cfruid\n | \n \n 1 day \n Session\n | \n \n These cookies are used to run our customer service Help Centre platform (powered by Zendesk). They perform\n functions including load-balancing, deliverance of website content, distinguishing between humans and bots\n and serving DNS connection for website operators. Find out more from Zendesk's{' '}\n \n Cookie Policy\n \n .\n | \n
{`“Cookies” are small text files placed on your device (e.g. computer, phone or tablet) when viewing certain pages on our website. Cookies allow us to keep track of some of your browsing preferences and optimise our website for your personal use. Cookies also allow us to automatically track certain information about how you navigate through, and interact with, our website, which helps us to measure our website’s performance and to improve its design and functionality.`}
\n{`For more information on cookies, please visit `}{`www.allaboutcookies.org`}{`.`}
\n{`When you first visit our website, you will be asked for your consent for us to use analytical or targeting cookies. However, we will still use cookies that are strictly necessary for our website to function.`}
\n{`Web browsers allow some control of most cookies through the browser settings. To find out more about cookies, including how to see what cookies have been set, visit `}{`www.aboutcookies.org`}{` or `}{`www.allaboutcookies.org`}{`.`}
\n{`Find out how to manage cookies on popular browsers:`}
\n{`To find information relating to other browsers, visit the browser developer’s website.`}
\n{`To opt out of being tracked by Google Analytics across all websites, visit `}{`tools.google.com/dlpage/gaoptout`}{`.`}
\n{`Last updated: 22/02/2022`}
\n\n