1. What cookies are
Cookies are small text files a website stores in your browser to remember state between page loads — a session, a preference, a security token. Related technologies (localStorage, sessionStorage) serve similar purposes; we treat them all under this policy.
2. Cookies we set
| Cookie | Purpose | Type | Lifetime |
|---|---|---|---|
xfg_dev | Grants preview access to the site before public launch (used by our team and invited reviewers). Stores the granting IP address. | Functional | 30 days |
| PHP session cookie | Standard session identifier, set only where a page needs server-side state (for example a form flow). | Strictly necessary | Session |
We do not set advertising, cross-site tracking or social-media pixel cookies on this website. If we introduce analytics in future, this page will list the exact cookies first and, where the law requires, we will ask consent before setting them.
3. Third-party requests
Some page resources load from third parties, which may set their own cookies subject to their policies:
- Google Fonts — typeface files (fonts.googleapis.com / fonts.gstatic.com).
- Cloudflare CDN (cdnjs) — the Font Awesome icon stylesheet.
- Unsplash — photographic imagery on some pages.
- WhatsApp — only if you choose to open a chat via a wa.me link.
4. Controlling cookies
Every major browser lets you view, block and delete cookies — check Settings → Privacy in Chrome, Firefox, Safari or Edge. Blocking our functional cookies will not break public pages; it will only prevent pre-launch preview access from persisting.
5. Contact
Questions about cookies or this policy: info@xcodefixglobal.com. For how we handle personal data more broadly, see our Privacy Policy.