import React from 'react'; import Link from 'next/link'; export const metadata = { title: 'Cookie Policy | QR Master', description: 'Information about how QR Master uses cookies.', openGraph: { title: 'Cookie Policy | QR Master', url: 'https://www.qrmaster.net/cookie-policy', type: 'website', }, }; export default function CookiePolicyPage() { return (
← Back to Home

Cookie Policy

Last updated: January 2025

What Are Cookies

As is common practice with almost all professional websites, this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience.

How We Use Cookies

  • Essential Cookies: Required for the website to function (e.g., login, session management).
  • Analytics Cookies (Optional): We use tools like PostHog and Microsoft Clarity (session recordings, heatmaps) to understand how you use the site and improve it. These are only set with your consent.
  • Functionality Cookies: To remember your preferences.

Disabling Cookies

You can prevent the setting of cookies by adjusting the settings on your browser. Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling essential cookies will result in disabling certain functionality and features of this site (like logging in).

); }