HTTPS
Public pages, private portals, APIs, and forms should operate over HTTPS in production.

How we protect public pages, private portals, payments, and alert data.
Public pages, private portals, APIs, and forms should operate over HTTPS in production.
Private areas use sign-in, signed sessions, server tokens, and separation from public navigation.
Sensitive changes such as ads, businesses, billing, and SEO should be logged with actor, time, and before/after values where practical.
Payments and subscriptions are processed with Stripe. We store needed customer, subscription, invoice, and event identifiers, not full card details.
Email, SMS, WhatsApp, and push use external providers plus delivery logs for support, opt-out, and abuse control.
Forms, public APIs, wait cards, alerts, login, payments, and ad events use limits and validation to reduce spam, bots, and abuse.
We prefer storing only what is needed to operate, bill, audit, improve, and protect service. Request identifiers should be protected or aggregated where practical.
Tokens, keys, webhooks, and connection strings should live in environment variables or secure storage, not public pages or published repositories.
Report suspected security issues through contact. Include URL, time, steps, and evidence. Do not exploit, download others' data, disrupt service, or publish details before review.
ContactNo internet-connected system can guarantee absolute security. We will investigate reasonable reports and prioritize fixes by risk.