1. What Are Cookies?
Cookies are small text files placed on your device when you visit a website. They help the site remember your session, preferences, and behavior. Similar technologies include local storage and session storage, which work in the browser without expiring when you close it.
2. Cookies We Set (First-Party)
MultiMediaPlug sets the following cookies directly:
Authentication Session Cookies
sb-* (e.g., sb-access-token, sb-refresh-token)
- Purpose: Keep you logged in and maintain your session across pages
- Set by: Supabase Auth (our authentication provider)
- Duration: Access token: ~1 hour; Refresh token: up to 7 days
- Security: HTTP-only, Secure (HTTPS only)
- Can be disabled: No — essential for login to function
CSRF Protection Token
Internal security token
- Purpose: Prevent cross-site request forgery attacks on form submissions and API calls
- Duration: Session
- Can be disabled: No — essential for security
Theme Preference
Local storage
- Purpose: Remember whether you prefer light or dark mode
- Duration: Persistent (until cleared)
- Can be disabled: Yes — clearing browser storage removes it; the site defaults to system preference
3. Cookies Set by Third Parties
Some features on MultiMediaPlug involve third-party services that may set their own cookies or use similar technologies. We do not control these cookies.
Stripe
- When: When you view or interact with a payment form
- Purpose: Fraud detection, payment security, and remembering payment method preferences
- More info: Stripe Privacy Policy
Google Maps
- When: When location-based features (maps, geocoding) are used
- Purpose: Map display, address lookup, and usage tracking for the Google Maps API
- More info: Google Privacy Policy
Mapbox
- When: When you use the address autocomplete feature in listing or booking forms
- Purpose: Location search functionality and API usage tracking
- More info: Mapbox Privacy Policy
Vercel Analytics
- When: On any page visit
- Purpose: Anonymous site performance monitoring (page load times, error rates). No personal identifiers are collected.
- More info: Vercel Privacy Policy
4. What We Do Not Do
- We do not use advertising or tracking cookies
- We do not sell your data or share it with ad networks
- We do not use cross-site tracking technologies
- We do not use Google Analytics, Facebook Pixel, or similar ad-tech trackers
5. How to Control Cookies
You can control and delete cookies through your browser settings. Disabling essential cookies (session/auth cookies) will prevent you from logging in and using authenticated features of the Platform.
Browser-specific instructions:
To opt out of Vercel Analytics, you can enable the “Do Not Track” setting in your browser — Vercel Analytics respects this signal.
6. Changes to This Policy
We may update this Cookie Policy to reflect changes in the cookies we use or applicable regulations. The “Last updated” date at the top of this page indicates when the Policy was last revised.